Categories |
CategoriesJenkins Build Tools Continuous Integration and Continuous Delivery CLI User Interface |
---|---|
GroupId | GroupIdorg.smartdeveloperhub.harvesters.ci.jenkins |
ArtifactId | ArtifactIdci-jenkins-cli |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
ci-jenkins-cli-0.1.0.pom | |
ci-jenkins-cli-0.1.0.jar | 13 KB |
ci-jenkins-cli-0.1.0-sources.jar | 9 KB |
ci-jenkins-cli-0.1.0-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.smartdeveloperhub.harvesters.ci.jenkins/ci-jenkins-cli/ -->
<dependency>
<groupId>org.smartdeveloperhub.harvesters.ci.jenkins</groupId>
<artifactId>ci-jenkins-cli</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.smartdeveloperhub.harvesters.ci.jenkins/ci-jenkins-cli/
implementation 'org.smartdeveloperhub.harvesters.ci.jenkins:ci-jenkins-cli:0.1.0'
// https://jarcasting.com/artifacts/org.smartdeveloperhub.harvesters.ci.jenkins/ci-jenkins-cli/
implementation ("org.smartdeveloperhub.harvesters.ci.jenkins:ci-jenkins-cli:0.1.0")
'org.smartdeveloperhub.harvesters.ci.jenkins:ci-jenkins-cli:jar:0.1.0'
<dependency org="org.smartdeveloperhub.harvesters.ci.jenkins" name="ci-jenkins-cli" rev="0.1.0">
<artifact name="ci-jenkins-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smartdeveloperhub.harvesters.ci.jenkins', module='ci-jenkins-cli', version='0.1.0')
)
libraryDependencies += "org.smartdeveloperhub.harvesters.ci.jenkins" % "ci-jenkins-cli" % "0.1.0"
[org.smartdeveloperhub.harvesters.ci.jenkins/ci-jenkins-cli "0.1.0"]