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