is not current version
Last Version 22

org.neo4j:parent-central 10

Neo4j is a graph database. It is an embedded, disk-based, fully transactional Java persistence engine that stores data structured in graphs rather than in tables.

Categories

Categories

Neo4J Data Databases
GroupId

GroupId

org.neo4j
ArtifactId

ArtifactId

parent-central
Version

Version

10
Type

Type

pom

Download parent-central 10

Filename Size
parent-central-10.pom 25 KB
Browse

<!-- https://jarcasting.com/artifacts/org.neo4j/parent-central/ -->
<dependency>
    <groupId>org.neo4j</groupId>
    <artifactId>parent-central</artifactId>
    <version>10</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/parent-central/
implementation 'org.neo4j:parent-central:10'
// https://jarcasting.com/artifacts/org.neo4j/parent-central/
implementation ("org.neo4j:parent-central:10")
'org.neo4j:parent-central:pom:10'
<dependency org="org.neo4j" name="parent-central" rev="10">
  <artifact name="parent-central" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='parent-central', version='10')
)
libraryDependencies += "org.neo4j" % "parent-central" % "10"
[org.neo4j/parent-central "10"]