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