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