MVN

org.openpcf : neo4vertx

Maven & Gradle

Aug 12, 2014

neo4vertx · 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).

<dependency>
    <groupId>org.openpcf</groupId>
    <artifactId>neo4vertx</artifactId>
    <version>1.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openpcf : neo4vertx to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.2

All Versions

Choose a version of org.openpcf : neo4vertx to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
neo4vertx-1.3.2
neo4vertx-1.3.1
neo4vertx-1.3.0
1.2.x
neo4vertx-1.2.0
1.1.x
neo4vertx-1.1.4
neo4vertx-1.1.3
neo4vertx-1.1.2
neo4vertx-1.1.1

How to add a dependency to Maven

Add the following org.openpcf : neo4vertx maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.openpcf</groupId>
    <artifactId>neo4vertx</artifactId>
    <version>1.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.openpcf : neo4vertx gradle dependency to your build.gradle file:

implementation 'org.openpcf:neo4vertx:1.3.2'

Gradle Kotlin DSL: Add the following org.openpcf : neo4vertx gradle kotlin dependency to your build.gradle.kts file:

implementation("org.openpcf:neo4vertx:1.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.openpcf : neo4vertx sbt scala dependency to your build.sbt file:

libraryDependencies += "org.openpcf" % "neo4vertx" % "1.3.2"

Advertisement