dd3ac74bd2
add support for artifacts with type an classifier use ibiblio resolver by default - it is designed for working with maven central add test, but disable it - see comments for the reason and todos
8 lines
157 B
Kotlin
Vendored
8 lines
157 B
Kotlin
Vendored
|
|
@file:DependsOn("org.javamoney:moneta:1.3@pom")
|
|
|
|
import org.javamoney.moneta.spi.MoneyUtils
|
|
|
|
println("getBigDecimal(1L): " + MoneyUtils.getBigDecimal(1L))
|
|
|