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