is not current version
Last Version 1.1

com.lesfurets:jenkins-pipeline-unit 0.12

Jenkins Pipeline Unit testing framework

Categories

Categories

Jenkins Build Tools Continuous Integration and Continuous Delivery
GroupId

GroupId

com.lesfurets
ArtifactId

ArtifactId

jenkins-pipeline-unit
Version

Version

0.12
Type

Type

jar

Download jenkins-pipeline-unit 0.12


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