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