s

stapler-jelly

Jelly binding for Stapler
文件下载
文件名 操作
stapler-jelly-3.0.1.jar 下载
stapler-jelly-3.0.1.pom 下载
stapler-jelly-3.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.hudsonci.stapler</groupId>
  <artifactId>stapler-jelly</artifactId>
  <version>3.0.1</version>
</dependency>
Gradle Groovy
implementation 'org.hudsonci.stapler:stapler-jelly:3.0.1'
Gradle Kotlin
implementation("org.hudsonci.stapler:stapler-jelly:3.0.1")
Scala SBT
libraryDependencies += "org.hudsonci.stapler" % "stapler-jelly" % "3.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.hudsonci.stapler', module='stapler-jelly', version='3.0.1')
)
Apache Ivy
<dependency org="org.hudsonci.stapler" name="stapler-jelly" rev="3.0.1" />
Leiningen
[org.hudsonci.stapler/stapler-jelly "3.0.1"]
Apache Buildr
'org.hudsonci.stapler:stapler-jelly:jar:3.0.1'