Maven Coordinates
Apache Maven
<dependency>
<groupId>org.jenkins-ci</groupId>
<artifactId>commons-jelly-tags</artifactId>
<version>1.1-jenkins-20241116-SNAPSHOT</version>
<type>pom</type>
</dependency>
Apache Ivy
<dependency org="org.jenkins-ci" name="commons-jelly-tags" rev="1.1-jenkins-20241116-SNAPSHOT">
<artifact name="commons-jelly-tags" type="pom" />
</dependency>
Groovy Grape
@Grapes(
@Grab(group='org.jenkins-ci', module='commons-jelly-tags', version='1.1-jenkins-20241116-SNAPSHOT')
)
Gradle/Grails
implementation 'org.jenkins-ci:commons-jelly-tags:1.1-jenkins-20241116-SNAPSHOT'
Scala SBT
libraryDependencies += "org.jenkins-ci" % "commons-jelly-tags" % "1.1-jenkins-20241116-SNAPSHOT"
Leiningen
[org.jenkins-ci/commons-jelly-tags "1.1-jenkins-20241116-SNAPSHOT"]