j

jashing-jenkins

Jenkins Integration for Jashing
https://github.com/avarabyeu
Files download
File Operation
jashing-jenkins-0.0.6.jar download
jashing-jenkins-0.0.6.pom download
jashing-jenkins-0.0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.avarabyeu.jashing.extensions</groupId>
  <artifactId>jashing-jenkins</artifactId>
  <version>0.0.6</version>
</dependency>
Gradle Groovy
implementation 'com.github.avarabyeu.jashing.extensions:jashing-jenkins:0.0.6'
Gradle Kotlin
implementation("com.github.avarabyeu.jashing.extensions:jashing-jenkins:0.0.6")
Scala SBT
libraryDependencies += "com.github.avarabyeu.jashing.extensions" % "jashing-jenkins" % "0.0.6"
Groovy Grape
@Grapes(
  @Grab(group='com.github.avarabyeu.jashing.extensions', module='jashing-jenkins', version='0.0.6')
)
Apache Ivy
<dependency org="com.github.avarabyeu.jashing.extensions" name="jashing-jenkins" rev="0.0.6" />
Leiningen
[com.github.avarabyeu.jashing.extensions/jashing-jenkins "0.0.6"]
Apache Buildr
'com.github.avarabyeu.jashing.extensions:jashing-jenkins:jar:0.0.6'