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

org.openpcf:neo4vertx 1.1.4

Vert.x module to read and write a Neo4J graph database. Updated to support the latest version of Vert.x and Neo4J (both 2.1 at the time of writing).

Группа

Группа

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

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

neo4vertx
Версия

Версия

1.1.4
Тип

Тип

jar

Скачать neo4vertx 1.1.4


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