<dependency> <groupId>com.github.haifengl</groupId> <artifactId>smile-math</artifactId> <version>1.1.0</version> </dependency>
implementation 'com.github.haifengl:smile-math:1.1.0'
implementation("com.github.haifengl:smile-math:1.1.0")
libraryDependencies += "com.github.haifengl" % "smile-math" % "1.1.0"
@Grapes( @Grab(group='com.github.haifengl', module='smile-math', version='1.1.0') )
<dependency org="com.github.haifengl" name="smile-math" rev="1.1.0" />
[com.github.haifengl/smile-math "1.1.0"]
'com.github.haifengl:smile-math:jar:1.1.0'
compile
|-- org.slf4j:slf4j-api:1.7.18
test
|-- com.novocode:junit-interface:0.11