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