License |
License |
---|---|
Categories |
CategoriesJenkins Build Tools Continuous Integration and Continuous Delivery |
GroupId | GroupIdcom.tegeltech |
ArtifactId | ArtifactIdjenkins-commits |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJenkins Commits
Client for the Jenkins API that allows you to retrieve details about commits in a build.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jenkins-commits-1.0.2.pom | |
jenkins-commits-1.0.2.jar | 19 KB |
jenkins-commits-1.0.2-sources.jar | 10 KB |
jenkins-commits-1.0.2-javadoc.jar | 103 KB |
jenkins-commits-1.0.2-jar-with-dependencies.jar | 5 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tegeltech/jenkins-commits/ -->
<dependency>
<groupId>com.tegeltech</groupId>
<artifactId>jenkins-commits</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.tegeltech/jenkins-commits/
implementation 'com.tegeltech:jenkins-commits:1.0.2'
// https://jarcasting.com/artifacts/com.tegeltech/jenkins-commits/
implementation ("com.tegeltech:jenkins-commits:1.0.2")
'com.tegeltech:jenkins-commits:jar:1.0.2'
<dependency org="com.tegeltech" name="jenkins-commits" rev="1.0.2">
<artifact name="jenkins-commits" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tegeltech', module='jenkins-commits', version='1.0.2')
)
libraryDependencies += "com.tegeltech" % "jenkins-commits" % "1.0.2"
[com.tegeltech/jenkins-commits "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.squareup.okhttp3 : okhttp | jar | 3.6.0 |
org.projectlombok : lombok | jar | 1.16.14 |
com.fasterxml.jackson.dataformat : jackson-dataformat-xml | jar | 2.6.3 |
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 1.9.5 |