is not current version
Last Version 3.0.0

org.graphwalker:graphwalker-example 3.0.0-RC1


GroupId

GroupId

org.graphwalker
ArtifactId

ArtifactId

graphwalker-example
Version

Version

3.0.0-RC1
Type

Type

jar

Download graphwalker-example 3.0.0-RC1


<!-- https://jarcasting.com/artifacts/org.graphwalker/graphwalker-example/ -->
<dependency>
    <groupId>org.graphwalker</groupId>
    <artifactId>graphwalker-example</artifactId>
    <version>3.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.graphwalker/graphwalker-example/
implementation 'org.graphwalker:graphwalker-example:3.0.0-RC1'
// https://jarcasting.com/artifacts/org.graphwalker/graphwalker-example/
implementation ("org.graphwalker:graphwalker-example:3.0.0-RC1")
'org.graphwalker:graphwalker-example:jar:3.0.0-RC1'
<dependency org="org.graphwalker" name="graphwalker-example" rev="3.0.0-RC1">
  <artifact name="graphwalker-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graphwalker', module='graphwalker-example', version='3.0.0-RC1')
)
libraryDependencies += "org.graphwalker" % "graphwalker-example" % "3.0.0-RC1"
[org.graphwalker/graphwalker-example "3.0.0-RC1"]