| License |
License |
|---|---|
| Categories |
CategoriesNeo4J Data Databases |
| GroupId | GroupIdio.aboutcode.stage.persistence.graph |
| ArtifactId | ArtifactIdneo4j |
| Last Version | Last Version4.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionStage persistence for Neo4J
Neo4J persistence for stage
|
| Filename | Size |
|---|---|
| neo4j-4.0.2.pom | |
| neo4j-4.0.2.jar | 10 KB |
| neo4j-4.0.2-sources.jar | 4 KB |
| neo4j-4.0.2-javadoc.jar | 43 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.aboutcode.stage.persistence.graph/neo4j/ -->
<dependency>
<groupId>io.aboutcode.stage.persistence.graph</groupId>
<artifactId>neo4j</artifactId>
<version>4.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.aboutcode.stage.persistence.graph/neo4j/
implementation 'io.aboutcode.stage.persistence.graph:neo4j:4.0.2'
// https://jarcasting.com/artifacts/io.aboutcode.stage.persistence.graph/neo4j/
implementation ("io.aboutcode.stage.persistence.graph:neo4j:4.0.2")
'io.aboutcode.stage.persistence.graph:neo4j:jar:4.0.2'
<dependency org="io.aboutcode.stage.persistence.graph" name="neo4j" rev="4.0.2">
<artifact name="neo4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.aboutcode.stage.persistence.graph', module='neo4j', version='4.0.2')
)
libraryDependencies += "io.aboutcode.stage.persistence.graph" % "neo4j" % "4.0.2"
[io.aboutcode.stage.persistence.graph/neo4j "4.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.aboutcode.stage.persistence : core | jar | 4.0.2 |
| io.aboutcode.stage.persistence.jdbc : core | jar | 4.0.2 |
| org.slf4j : slf4j-api | jar | 1.7.12 |
| ch.qos.logback : logback-core | jar | 1.2.3 |
| com.google.guava : guava | jar | 19.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.neo4j.driver : neo4j-java-driver | jar | 4.0.0 |
| org.neo4j : neo4j-jdbc-bolt | jar | 3.4.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-all | jar | 1.9.5 |