is not current version
Last Version 0.3.8

com.offbytwo.jenkins:jenkins-client-parent 0.3.7

A Jenkins API client for Java

Categories

Categories

Jenkins Build Tools Continuous Integration and Continuous Delivery CLI User Interface
GroupId

GroupId

com.offbytwo.jenkins
ArtifactId

ArtifactId

jenkins-client-parent
Version

Version

0.3.7
Type

Type

pom

Download jenkins-client-parent 0.3.7


<!-- https://jarcasting.com/artifacts/com.offbytwo.jenkins/jenkins-client-parent/ -->
<dependency>
    <groupId>com.offbytwo.jenkins</groupId>
    <artifactId>jenkins-client-parent</artifactId>
    <version>0.3.7</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.offbytwo.jenkins/jenkins-client-parent/
implementation 'com.offbytwo.jenkins:jenkins-client-parent:0.3.7'
// https://jarcasting.com/artifacts/com.offbytwo.jenkins/jenkins-client-parent/
implementation ("com.offbytwo.jenkins:jenkins-client-parent:0.3.7")
'com.offbytwo.jenkins:jenkins-client-parent:pom:0.3.7'
<dependency org="com.offbytwo.jenkins" name="jenkins-client-parent" rev="0.3.7">
  <artifact name="jenkins-client-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.offbytwo.jenkins', module='jenkins-client-parent', version='0.3.7')
)
libraryDependencies += "com.offbytwo.jenkins" % "jenkins-client-parent" % "0.3.7"
[com.offbytwo.jenkins/jenkins-client-parent "0.3.7"]