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