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