не последняя версия
Последняя версия 1.0.4

org.opencypher.gremlin:cypher-gremlin-neo4j-driver 0.9.0

Run Cypher queries via Neo4j Java API on Gremlin Server or a compatible graph database

Категории

Категории

Neo4J Данные Базы данных
Группа

Группа

org.opencypher.gremlin
Идентификатор

Идентификатор

cypher-gremlin-neo4j-driver
Версия

Версия

0.9.0
Тип

Тип

jar

Скачать cypher-gremlin-neo4j-driver 0.9.0


<!-- https://jarcasting.com/artifacts/org.opencypher.gremlin/cypher-gremlin-neo4j-driver/ -->
<dependency>
    <groupId>org.opencypher.gremlin</groupId>
    <artifactId>cypher-gremlin-neo4j-driver</artifactId>
    <version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.opencypher.gremlin/cypher-gremlin-neo4j-driver/
implementation 'org.opencypher.gremlin:cypher-gremlin-neo4j-driver:0.9.0'
// https://jarcasting.com/artifacts/org.opencypher.gremlin/cypher-gremlin-neo4j-driver/
implementation ("org.opencypher.gremlin:cypher-gremlin-neo4j-driver:0.9.0")
'org.opencypher.gremlin:cypher-gremlin-neo4j-driver:jar:0.9.0'
<dependency org="org.opencypher.gremlin" name="cypher-gremlin-neo4j-driver" rev="0.9.0">
  <artifact name="cypher-gremlin-neo4j-driver" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opencypher.gremlin', module='cypher-gremlin-neo4j-driver', version='0.9.0')
)
libraryDependencies += "org.opencypher.gremlin" % "cypher-gremlin-neo4j-driver" % "0.9.0"
[org.opencypher.gremlin/cypher-gremlin-neo4j-driver "0.9.0"]