Files
Ilya Chernikov dd3ac74bd2 Refactor ivy resolver
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
2019-03-20 21:19:24 +01:00

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))