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