GroupId | GroupIdorg.opencypher.gremlin |
---|---|
ArtifactId | ArtifactIdcypher-gremlin-console-plugin |
Version | Version1.0.3 |
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>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.opencypher.gremlin/cypher-gremlin-console-plugin/
implementation 'org.opencypher.gremlin:cypher-gremlin-console-plugin:1.0.3'
// https://jarcasting.com/artifacts/org.opencypher.gremlin/cypher-gremlin-console-plugin/
implementation ("org.opencypher.gremlin:cypher-gremlin-console-plugin:1.0.3")
'org.opencypher.gremlin:cypher-gremlin-console-plugin:jar:1.0.3'
<dependency org="org.opencypher.gremlin" name="cypher-gremlin-console-plugin" rev="1.0.3">
<artifact name="cypher-gremlin-console-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opencypher.gremlin', module='cypher-gremlin-console-plugin', version='1.0.3')
)
libraryDependencies += "org.opencypher.gremlin" % "cypher-gremlin-console-plugin" % "1.0.3"
[org.opencypher.gremlin/cypher-gremlin-console-plugin "1.0.3"]