Fork me on GitHub

Maven Coordinates

Apache Maven

<dependency>
  <groupId>org.jenkins-ci</groupId>
  <artifactId>commons-jelly</artifactId>
  <version>1.1-jenkins-20250109-SNAPSHOT</version>
</dependency>

Apache Ivy

<dependency org="org.jenkins-ci" name="commons-jelly" rev="1.1-jenkins-20250109-SNAPSHOT">
  <artifact name="commons-jelly" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.jenkins-ci', module='commons-jelly', version='1.1-jenkins-20250109-SNAPSHOT')
)

Gradle/Grails

implementation 'org.jenkins-ci:commons-jelly:1.1-jenkins-20250109-SNAPSHOT'

Scala SBT

libraryDependencies += "org.jenkins-ci" % "commons-jelly" % "1.1-jenkins-20250109-SNAPSHOT"

Leiningen

[org.jenkins-ci/commons-jelly "1.1-jenkins-20250109-SNAPSHOT"]