License |
License |
---|---|
Categories |
CategoriesNeo4J Data Databases |
GroupId | GroupIdorg.neo4j |
ArtifactId | ArtifactIdparent-central |
Last Version | Last Version22 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThe Neo4j Graph Database Project
Neo4j is a high-performance, NOSQL graph database with all the features of a mature and robust database.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationThe Neo4j Graph Database Project |
Filename | Size |
---|---|
parent-central-22.pom | 21 KB |
parent-central-22-tests.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.neo4j/parent-central/ -->
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>parent-central</artifactId>
<version>22</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/parent-central/
implementation 'org.neo4j:parent-central:22'
// https://jarcasting.com/artifacts/org.neo4j/parent-central/
implementation ("org.neo4j:parent-central:22")
'org.neo4j:parent-central:jar:22'
<dependency org="org.neo4j" name="parent-central" rev="22">
<artifact name="parent-central" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='parent-central', version='22')
)
libraryDependencies += "org.neo4j" % "parent-central" % "22"
[org.neo4j/parent-central "22"]