MVN

io.alauda.client : alauda-jenkins-client

Maven & Gradle

Jun 21, 2019

alauda-jenkins-client · alauda jenkins client jar

<dependency>
    <groupId>io.alauda.client</groupId>
    <artifactId>alauda-jenkins-client</artifactId>
    <version>1.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.alauda.client : alauda-jenkins-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.3

All Versions

Choose a version of io.alauda.client : alauda-jenkins-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
alauda-jenkins-client-1.1.3
alauda-jenkins-client-1.1.2
alauda-jenkins-client-1.1.1
alauda-jenkins-client-1.1.0
1.0.x
alauda-jenkins-client-1.0.16
alauda-jenkins-client-1.0.15
alauda-jenkins-client-1.0.14
alauda-jenkins-client-1.0.13
alauda-jenkins-client-1.0.12
alauda-jenkins-client-1.0.11
alauda-jenkins-client-1.0.10
alauda-jenkins-client-1.0.9
alauda-jenkins-client-1.0.8
alauda-jenkins-client-1.0.7

How to add a dependency to Maven

Add the following io.alauda.client : alauda-jenkins-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.alauda.client</groupId>
    <artifactId>alauda-jenkins-client</artifactId>
    <version>1.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.alauda.client : alauda-jenkins-client gradle dependency to your build.gradle file:

implementation 'io.alauda.client:alauda-jenkins-client:1.1.3'

Gradle Kotlin DSL: Add the following io.alauda.client : alauda-jenkins-client gradle kotlin dependency to your build.gradle.kts file:

implementation("io.alauda.client:alauda-jenkins-client:1.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.alauda.client : alauda-jenkins-client sbt scala dependency to your build.sbt file:

libraryDependencies += "io.alauda.client" % "alauda-jenkins-client" % "1.1.3"

Advertisement