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