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