Fork me on GitHub

Maven Coordinates

Apache Maven

<dependency>
  <groupId>org.jenkins-ci</groupId>
  <artifactId>commons-jelly-parent</artifactId>
  <version>1.1-jenkins-20241116-SNAPSHOT</version>
  <type>pom</type>
</dependency>

Apache Ivy

<dependency org="org.jenkins-ci" name="commons-jelly-parent" rev="1.1-jenkins-20241116-SNAPSHOT">
  <artifact name="commons-jelly-parent" type="pom" />
</dependency>

Groovy Grape

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

Gradle/Grails

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

Scala SBT

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

Leiningen

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