is not current version
Last Version 1.1

com.lesfurets:jenkins-pipeline-unit 1.0

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

1.0
Type

Type

jar

Download jenkins-pipeline-unit 1.0


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