h

hudson-test-framework

Contains common classes for testing.
Files download
File Operation
hudson-test-framework-3.0.0-M2.jar download
hudson-test-framework-3.0.0-M2.pom download
hudson-test-framework-3.0.0-M2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.eclipse.hudson.main</groupId>
  <artifactId>hudson-test-framework</artifactId>
  <version>3.0.0-M2</version>
</dependency>
Gradle Groovy
implementation 'org.eclipse.hudson.main:hudson-test-framework:3.0.0-M2'
Gradle Kotlin
implementation("org.eclipse.hudson.main:hudson-test-framework:3.0.0-M2")
Scala SBT
libraryDependencies += "org.eclipse.hudson.main" % "hudson-test-framework" % "3.0.0-M2"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.hudson.main', module='hudson-test-framework', version='3.0.0-M2')
)
Apache Ivy
<dependency org="org.eclipse.hudson.main" name="hudson-test-framework" rev="3.0.0-M2" />
Leiningen
[org.eclipse.hudson.main/hudson-test-framework "3.0.0-M2"]
Apache Buildr
'org.eclipse.hudson.main:hudson-test-framework:jar:3.0.0-M2'