Files download
File Operation
parent-1.0.2.pom download
Apache Maven
<dependency>
  <groupId>org.graphfoundation.ongdb</groupId>
  <artifactId>parent</artifactId>
  <version>1.0.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.graphfoundation.ongdb:parent:1.0.2'
Gradle Kotlin
implementation("org.graphfoundation.ongdb:parent:1.0.2")
Scala SBT
libraryDependencies += "org.graphfoundation.ongdb" % "parent" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.graphfoundation.ongdb', module='parent', version='1.0.2')
)
Apache Ivy
<dependency org="org.graphfoundation.ongdb" name="parent" rev="1.0.2" />
Leiningen
[org.graphfoundation.ongdb/parent "1.0.2"]
Apache Buildr
'org.graphfoundation.ongdb:parent:jar:1.0.2'
Dependencies
The project has no third-party dependencies