<dependency> <groupId>org.jgrapht</groupId> <artifactId>jgrapht-core</artifactId> <version>1.3.0</version> </dependency>
implementation 'org.jgrapht:jgrapht-core:1.3.0'
implementation("org.jgrapht:jgrapht-core:1.3.0")
libraryDependencies += "org.jgrapht" % "jgrapht-core" % "1.3.0"
@Grapes( @Grab(group='org.jgrapht', module='jgrapht-core', version='1.3.0') )
<dependency org="org.jgrapht" name="jgrapht-core" rev="1.3.0" />
[org.jgrapht/jgrapht-core "1.3.0"]
'org.jgrapht:jgrapht-core:jar:1.3.0'
<parent> <groupId>org.jgrapht</groupId> <artifactId>jgrapht</artifactId> <version>1.3.0</version> </parent>
compile
|-- org.jheaps:jheaps:0.9
test
|-- junit:junit
|-- com.googlecode.junit-toolbox:junit-toolbox:2.4
|-- org.openjdk.jmh:jmh-core:1.21
|-- org.openjdk.jmh:jmh-generator-annprocess:1.21