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