<dependency> <groupId>com.github.haifengl</groupId> <artifactId>smile-math</artifactId> <version>1.0.4</version> </dependency>
implementation 'com.github.haifengl:smile-math:1.0.4'
implementation("com.github.haifengl:smile-math:1.0.4")
libraryDependencies += "com.github.haifengl" % "smile-math" % "1.0.4"
@Grapes( @Grab(group='com.github.haifengl', module='smile-math', version='1.0.4') )
<dependency org="com.github.haifengl" name="smile-math" rev="1.0.4" />
[com.github.haifengl/smile-math "1.0.4"]
'com.github.haifengl:smile-math:jar:1.0.4'
test
|-- junit:junit:4.11