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