GroupId | GroupIdorg.opencypher.gremlin |
---|---|
ArtifactId | ArtifactIdcypher-gremlin-console-plugin |
Version | Version0.9.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.opencypher.gremlin/cypher-gremlin-console-plugin/ -->
<dependency>
<groupId>org.opencypher.gremlin</groupId>
<artifactId>cypher-gremlin-console-plugin</artifactId>
<version>0.9.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.opencypher.gremlin/cypher-gremlin-console-plugin/
implementation 'org.opencypher.gremlin:cypher-gremlin-console-plugin:0.9.9'
// https://jarcasting.com/artifacts/org.opencypher.gremlin/cypher-gremlin-console-plugin/
implementation ("org.opencypher.gremlin:cypher-gremlin-console-plugin:0.9.9")
'org.opencypher.gremlin:cypher-gremlin-console-plugin:jar:0.9.9'
<dependency org="org.opencypher.gremlin" name="cypher-gremlin-console-plugin" rev="0.9.9">
<artifact name="cypher-gremlin-console-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opencypher.gremlin', module='cypher-gremlin-console-plugin', version='0.9.9')
)
libraryDependencies += "org.opencypher.gremlin" % "cypher-gremlin-console-plugin" % "0.9.9"
[org.opencypher.gremlin/cypher-gremlin-console-plugin "0.9.9"]