is not current version
Last Version 4.0.2

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

Neo4J persistence for stage

Categories

Categories

Neo4J Data Databases
GroupId

GroupId

io.aboutcode.stage.persistence.graph
ArtifactId

ArtifactId

neo4j
Version

Version

1.0.0
Type

Type

jar

Download neo4j 1.0.0


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