<dependency> <groupId>com.github.haifengl</groupId> <artifactId>smile-graph</artifactId> <version>1.0.0</version> </dependency>
implementation 'com.github.haifengl:smile-graph:1.0.0'
implementation("com.github.haifengl:smile-graph:1.0.0")
libraryDependencies += "com.github.haifengl" % "smile-graph" % "1.0.0"
@Grapes( @Grab(group='com.github.haifengl', module='smile-graph', version='1.0.0') )
<dependency org="com.github.haifengl" name="smile-graph" rev="1.0.0" />
[com.github.haifengl/smile-graph "1.0.0"]
'com.github.haifengl:smile-graph: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