is not current version
Last Version 4.0.2

io.aboutcode.stage.persistence.graph:neo4j 3.0.2

Neo4J persistence for stage

Categories

Categories

Neo4J Data Databases
GroupId

GroupId

io.aboutcode.stage.persistence.graph
ArtifactId

ArtifactId

neo4j
Version

Version

3.0.2
Type

Type

jar

Download neo4j 3.0.2


<!-- https://jarcasting.com/artifacts/io.aboutcode.stage.persistence.graph/neo4j/ -->
<dependency>
    <groupId>io.aboutcode.stage.persistence.graph</groupId>
    <artifactId>neo4j</artifactId>
    <version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.aboutcode.stage.persistence.graph/neo4j/
implementation 'io.aboutcode.stage.persistence.graph:neo4j:3.0.2'
// https://jarcasting.com/artifacts/io.aboutcode.stage.persistence.graph/neo4j/
implementation ("io.aboutcode.stage.persistence.graph:neo4j:3.0.2")
'io.aboutcode.stage.persistence.graph:neo4j:jar:3.0.2'
<dependency org="io.aboutcode.stage.persistence.graph" name="neo4j" rev="3.0.2">
  <artifact name="neo4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.aboutcode.stage.persistence.graph', module='neo4j', version='3.0.2')
)
libraryDependencies += "io.aboutcode.stage.persistence.graph" % "neo4j" % "3.0.2"
[io.aboutcode.stage.persistence.graph/neo4j "3.0.2"]