文件下载
文件名 操作
root-parent-pom-1.1.13.pom 下载
Apache Maven
<dependency>
  <groupId>net.openhft</groupId>
  <artifactId>root-parent-pom</artifactId>
  <version>1.1.13</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.openhft:root-parent-pom:1.1.13'
Gradle Kotlin
implementation("net.openhft:root-parent-pom:1.1.13")
Scala SBT
libraryDependencies += "net.openhft" % "root-parent-pom" % "1.1.13"
Groovy Grape
@Grapes(
  @Grab(group='net.openhft', module='root-parent-pom', version='1.1.13')
)
Apache Ivy
<dependency org="net.openhft" name="root-parent-pom" rev="1.1.13" />
Leiningen
[net.openhft/root-parent-pom "1.1.13"]
Apache Buildr
'net.openhft:root-parent-pom:jar:1.1.13'
本项目依赖
该项目无第三方依赖