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