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