GroupId | GroupIdorg.graphwalker |
---|---|
ArtifactId | ArtifactIdgraphwalker |
Version | Version2.5.0 |
Type | Typejar |
Filename | Size |
---|---|
graphwalker-2.5.0.pom | |
graphwalker-2.5.0.jar | 203 KB |
graphwalker-2.5.0-sources.jar | 101 KB |
graphwalker-2.5.0-javadoc.jar | 379 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.graphwalker/graphwalker/ -->
<dependency>
<groupId>org.graphwalker</groupId>
<artifactId>graphwalker</artifactId>
<version>2.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.graphwalker/graphwalker/
implementation 'org.graphwalker:graphwalker:2.5.0'
// https://jarcasting.com/artifacts/org.graphwalker/graphwalker/
implementation ("org.graphwalker:graphwalker:2.5.0")
'org.graphwalker:graphwalker:jar:2.5.0'
<dependency org="org.graphwalker" name="graphwalker" rev="2.5.0">
<artifact name="graphwalker" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graphwalker', module='graphwalker', version='2.5.0')
)
libraryDependencies += "org.graphwalker" % "graphwalker" % "2.5.0"
[org.graphwalker/graphwalker "2.5.0"]