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