Download jenkins-pipeline-unit-1.0.jar file - Jar j

Jar examples for j:jenkins-pipeline-unit

Description

Jenkins Pipeline Unit testing framework

You can download jar file jenkins-pipeline-unit 1.0 in this page.

License

MIT License

Build File

You can use the following script to add jenkins-pipeline-unit-1.0.jar to your project.

<dependency>
   <groupId>com.lesfurets</groupId>
   <artifactId>jenkins-pipeline-unit</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'com.lesfurets', name: 'jenkins-pipeline-unit', version: '1.0'
libraryDependencies += "com.lesfurets" % "jenkins-pipeline-unit" % "1.0"
<dependency org="com.lesfurets" name="jenkins-pipeline-unit" rev="1.0"/>
@Grapes(@Grab(group='com.lesfurets', module='jenkins-pipeline-unit', version='1.0'))
'com.lesfurets:jenkins-pipeline-unit:jar:1.0'

Download

Click the following link to download the jar file.

jenkins-pipeline-unit-1.0-javadoc.jar
jenkins-pipeline-unit-1.0-sources.jar
jenkins-pipeline-unit-1.0.jar
jenkins-pipeline-unit-1.0.pom



Related Tutorials