| License |
License |
|---|---|
| Categories |
CategoriesJenkins Build Tools Continuous Integration and Continuous Delivery CLI User Interface |
| GroupId | GroupIdcom.clarolab.jenkins |
| ArtifactId | ArtifactIdjenkins-rest-api-client |
| Last Version | Last Version1.1.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjenkins-rest-api-client
This library allows to extract information from views, jobs, builds on Jenkins
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.clarolab.jenkins/jenkins-rest-api-client/ -->
<dependency>
<groupId>com.clarolab.jenkins</groupId>
<artifactId>jenkins-rest-api-client</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.clarolab.jenkins/jenkins-rest-api-client/
implementation 'com.clarolab.jenkins:jenkins-rest-api-client:1.1.3'
// https://jarcasting.com/artifacts/com.clarolab.jenkins/jenkins-rest-api-client/
implementation ("com.clarolab.jenkins:jenkins-rest-api-client:1.1.3")
'com.clarolab.jenkins:jenkins-rest-api-client:jar:1.1.3'
<dependency org="com.clarolab.jenkins" name="jenkins-rest-api-client" rev="1.1.3">
<artifact name="jenkins-rest-api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.clarolab.jenkins', module='jenkins-rest-api-client', version='1.1.3')
)
libraryDependencies += "com.clarolab.jenkins" % "jenkins-rest-api-client" % "1.1.3"
[com.clarolab.jenkins/jenkins-rest-api-client "1.1.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-collections4 | jar | 4.4 |
| com.google.guava : guava | jar | 23.0 |
| com.google.code.gson : gson | jar | 2.8.5 |
| org.json : json | jar | 20180813 |
| org.hamcrest : hamcrest-library | jar | 2.1 |
| com.clarolab.http : simple-rest-client | jar | 1.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.8 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.3.1 |