g

grandparent

Neo4j is a high-performance, NOSQL graph database with all the features of a mature and robust database.
http://neo4j.com/
GNU Affero General Public License, Version 3
The Neo4j Graph Database Project
The Neo4j Team
Files download
File Operation
grandparent-43.pom download
Apache Maven
<dependency>
  <groupId>org.neo4j.build</groupId>
  <artifactId>grandparent</artifactId>
  <version>43</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.neo4j.build:grandparent:43'
Gradle Kotlin
implementation("org.neo4j.build:grandparent:43")
Scala SBT
libraryDependencies += "org.neo4j.build" % "grandparent" % "43"
Groovy Grape
@Grapes(
  @Grab(group='org.neo4j.build', module='grandparent', version='43')
)
Apache Ivy
<dependency org="org.neo4j.build" name="grandparent" rev="43" />
Leiningen
[org.neo4j.build/grandparent "43"]
Apache Buildr
'org.neo4j.build:grandparent:jar:43'