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