License |
License |
---|---|
Categories |
CategoriesNeo4J Data Databases |
GroupId | GroupIdorg.neo4j.build |
ArtifactId | ArtifactIdparent-pom |
Version | Version46 |
Type | Typejar |
Description |
DescriptionNeo4j parent POM
Neo4j is a high-performance, NOSQL graph database with all the features of a mature and robust database.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
parent-pom-46.pom | 906 bytes |
parent-pom-46-tests.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.neo4j.build/parent-pom/ -->
<dependency>
<groupId>org.neo4j.build</groupId>
<artifactId>parent-pom</artifactId>
<version>46</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j.build/parent-pom/
implementation 'org.neo4j.build:parent-pom:46'
// https://jarcasting.com/artifacts/org.neo4j.build/parent-pom/
implementation ("org.neo4j.build:parent-pom:46")
'org.neo4j.build:parent-pom:jar:46'
<dependency org="org.neo4j.build" name="parent-pom" rev="46">
<artifact name="parent-pom" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j.build', module='parent-pom', version='46')
)
libraryDependencies += "org.neo4j.build" % "parent-pom" % "46"
[org.neo4j.build/parent-pom "46"]