c

ci-jenkins-depchain

Single-POM definition to export the artifacts of the Jenkins integration for the Continuous Integration Harvester of the Smart Developer Hub project in the appropriate scope
Files download
File Operation
ci-jenkins-depchain-0.2.0.pom download
Apache Maven
<dependency>
  <groupId>org.smartdeveloperhub.harvesters.ci.jenkins</groupId>
  <artifactId>ci-jenkins-depchain</artifactId>
  <version>0.2.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.smartdeveloperhub.harvesters.ci.jenkins:ci-jenkins-depchain:0.2.0'
Gradle Kotlin
implementation("org.smartdeveloperhub.harvesters.ci.jenkins:ci-jenkins-depchain:0.2.0")
Scala SBT
libraryDependencies += "org.smartdeveloperhub.harvesters.ci.jenkins" % "ci-jenkins-depchain" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.smartdeveloperhub.harvesters.ci.jenkins', module='ci-jenkins-depchain', version='0.2.0')
)
Apache Ivy
<dependency org="org.smartdeveloperhub.harvesters.ci.jenkins" name="ci-jenkins-depchain" rev="0.2.0" />
Leiningen
[org.smartdeveloperhub.harvesters.ci.jenkins/ci-jenkins-depchain "0.2.0"]
Apache Buildr
'org.smartdeveloperhub.harvesters.ci.jenkins:ci-jenkins-depchain:jar:0.2.0'