GroupId | GroupIdorg.graphwalker |
---|---|
ArtifactId | ArtifactIdgraphwalker-restful |
Version | Version4.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.graphwalker/graphwalker-restful/ -->
<dependency>
<groupId>org.graphwalker</groupId>
<artifactId>graphwalker-restful</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.graphwalker/graphwalker-restful/
implementation 'org.graphwalker:graphwalker-restful:4.0.0'
// https://jarcasting.com/artifacts/org.graphwalker/graphwalker-restful/
implementation ("org.graphwalker:graphwalker-restful:4.0.0")
'org.graphwalker:graphwalker-restful:jar:4.0.0'
<dependency org="org.graphwalker" name="graphwalker-restful" rev="4.0.0">
<artifact name="graphwalker-restful" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graphwalker', module='graphwalker-restful', version='4.0.0')
)
libraryDependencies += "org.graphwalker" % "graphwalker-restful" % "4.0.0"
[org.graphwalker/graphwalker-restful "4.0.0"]