| License |
License |
|---|---|
| GroupId | GroupIdorg.openpcf |
| ArtifactId | ArtifactIdneo4vertx |
| Last Version | Last Version1.3.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionneo4vertx
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).
|
| Project Organization |
Project OrganizationOpen Provisioning and Control Framework |
| Filename | Size |
|---|---|
| neo4vertx-1.3.2.pom | |
| neo4vertx-1.3.2.jar | 18 KB |
| neo4vertx-1.3.2-sources.jar | 9 KB |
| neo4vertx-1.3.2-mod.zip | 39 MB |
| neo4vertx-1.3.2-javadoc.jar | 91 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.openpcf/neo4vertx/ -->
<dependency>
<groupId>org.openpcf</groupId>
<artifactId>neo4vertx</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.openpcf/neo4vertx/
implementation 'org.openpcf:neo4vertx:1.3.2'
// https://jarcasting.com/artifacts/org.openpcf/neo4vertx/
implementation ("org.openpcf:neo4vertx:1.3.2")
'org.openpcf:neo4vertx:jar:1.3.2'
<dependency org="org.openpcf" name="neo4vertx" rev="1.3.2">
<artifact name="neo4vertx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openpcf', module='neo4vertx', version='1.3.2')
)
libraryDependencies += "org.openpcf" % "neo4vertx" % "1.3.2"
[org.openpcf/neo4vertx "1.3.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.neo4j.app : neo4j-server | jar | 2.1.3 |
| org.neo4j : neo4j-ha | jar | 2.1.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| io.vertx : vertx-core | jar | 2.1.2 |
| io.vertx : vertx-platform | jar | 2.1.2 |
| io.vertx : vertx-hazelcast | jar | 2.1.2 |
| org.neo4j.app : neo4j-server | jar | 2.1.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.javassist : javassist | jar | 3.18.2-GA |
| org.neo4j : neo4j-kernel | jar | 2.1.3 |
| io.vertx : testtools | jar | 2.0.3-final |
| io.vertx : vertx-testframework | jar | 2.0.0-final |