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