is not current version
Last Version 3.3.3

org.eclipse.hudson:hudson-test-framework 3.0.0-RC4

Contains common classes for testing.

Categories

Categories

Hudson Build Tools Continuous Integration and Continuous Delivery CLI User Interface
GroupId

GroupId

org.eclipse.hudson
ArtifactId

ArtifactId

hudson-test-framework
Version

Version

3.0.0-RC4
Type

Type

jar

Download hudson-test-framework 3.0.0-RC4


<!-- https://jarcasting.com/artifacts/org.eclipse.hudson/hudson-test-framework/ -->
<dependency>
    <groupId>org.eclipse.hudson</groupId>
    <artifactId>hudson-test-framework</artifactId>
    <version>3.0.0-RC4</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hudson/hudson-test-framework/
implementation 'org.eclipse.hudson:hudson-test-framework:3.0.0-RC4'
// https://jarcasting.com/artifacts/org.eclipse.hudson/hudson-test-framework/
implementation ("org.eclipse.hudson:hudson-test-framework:3.0.0-RC4")
'org.eclipse.hudson:hudson-test-framework:jar:3.0.0-RC4'
<dependency org="org.eclipse.hudson" name="hudson-test-framework" rev="3.0.0-RC4">
  <artifact name="hudson-test-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hudson', module='hudson-test-framework', version='3.0.0-RC4')
)
libraryDependencies += "org.eclipse.hudson" % "hudson-test-framework" % "3.0.0-RC4"
[org.eclipse.hudson/hudson-test-framework "3.0.0-RC4"]