Last Version

Jenkins SDK 0.2.1

Jenkins XML API wrapper written in Java.

License

License

Categories

Categories

Jenkins Build Tools Continuous Integration and Continuous Delivery
GroupId

GroupId

com.github.aistomin
ArtifactId

ArtifactId

jenkins-sdk
Version

Version

0.2.1
Type

Type

jar
Description

Description

Jenkins SDK
Jenkins XML API wrapper written in Java.
Project URL

Project URL

https://github.com/aistomin/jenkins-sdk
Source Code Management

Source Code Management

https://github.com/aistomin/jenkins-sdk

Download jenkins-sdk 0.2.1


<!-- https://jarcasting.com/artifacts/com.github.aistomin/jenkins-sdk/ -->
<dependency>
    <groupId>com.github.aistomin</groupId>
    <artifactId>jenkins-sdk</artifactId>
    <version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.aistomin/jenkins-sdk/
implementation 'com.github.aistomin:jenkins-sdk:0.2.1'
// https://jarcasting.com/artifacts/com.github.aistomin/jenkins-sdk/
implementation ("com.github.aistomin:jenkins-sdk:0.2.1")
'com.github.aistomin:jenkins-sdk:jar:0.2.1'
<dependency org="com.github.aistomin" name="jenkins-sdk" rev="0.2.1">
  <artifact name="jenkins-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.aistomin', module='jenkins-sdk', version='0.2.1')
)
libraryDependencies += "com.github.aistomin" % "jenkins-sdk" % "0.2.1"
[com.github.aistomin/jenkins-sdk "0.2.1"]

Dependencies

compile (7)

Group / Artifact Type Version
commons-io : commons-io jar 2.5
org.apache.httpcomponents : fluent-hc jar 4.5.2
org.apache.httpcomponents : httpclient jar 4.5.2
org.apache.httpcomponents : httpcore jar 4.4.5
commons-codec : commons-codec jar 1.10
com.jcabi : jcabi-xml jar 0.17.2
org.apache.commons : commons-lang3 jar 3.5

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.hamcrest : hamcrest-core jar 1.3

Project Modules

There are no modules declared in this project.