Download hudson-test-utils-3.0.0.jar file - Jar h

Jar examples for h:hudson-test-utils

Description

Contains test utility code, reusable outside Hudson.

You can download jar file hudson-test-utils 3.0.0 in this page.

License

Open Source License

Build File

You can use the following script to add hudson-test-utils-3.0.0.jar to your project.

<dependency>
   <groupId>org.eclipse.hudson</groupId>
   <artifactId>hudson-test-utils</artifactId>
   <version>3.0.0</version>
</dependency>
compile group: 'org.eclipse.hudson', name: 'hudson-test-utils', version: '3.0.0'
libraryDependencies += "org.eclipse.hudson" % "hudson-test-utils" % "3.0.0"
<dependency org="org.eclipse.hudson" name="hudson-test-utils" rev="3.0.0"/>
@Grapes(@Grab(group='org.eclipse.hudson', module='hudson-test-utils', version='3.0.0'))
'org.eclipse.hudson:hudson-test-utils:jar:3.0.0'

Download

Click the following link to download the jar file.

hudson-test-utils-3.0.0-javadoc.jar
hudson-test-utils-3.0.0-sources.jar
hudson-test-utils-3.0.0.jar
hudson-test-utils-3.0.0.pom



Related Tutorials