GroupId | GroupIdorg.graphwalker |
---|---|
ArtifactId | ArtifactIdgraphwalker-example |
Version | Version3.0.0-RC1 |
Type | Typejar |
Filename | Size |
---|---|
graphwalker-example-3.0.0-RC1.pom | |
graphwalker-example-3.0.0-RC1.jar | 1 KB |
Browse |
<!-- 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"]