p

pom

The module that constitutes the main hudson.war
The MIT license
文件下载
文件名 操作
pom-1.386.pom 下载
Apache Maven
<dependency>
  <groupId>org.jvnet.hudson.main</groupId>
  <artifactId>pom</artifactId>
  <version>1.386</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.jvnet.hudson.main:pom:1.386'
Gradle Kotlin
implementation("org.jvnet.hudson.main:pom:1.386")
Scala SBT
libraryDependencies += "org.jvnet.hudson.main" % "pom" % "1.386"
Groovy Grape
@Grapes(
  @Grab(group='org.jvnet.hudson.main', module='pom', version='1.386')
)
Apache Ivy
<dependency org="org.jvnet.hudson.main" name="pom" rev="1.386" />
Leiningen
[org.jvnet.hudson.main/pom "1.386"]
Apache Buildr
'org.jvnet.hudson.main:pom:jar:1.386'