is not current version
Last Version 3.0.0-M2

org.eclipse.hudson.main:hudson-test-utils 3.0.0-M1-1

Contains test utility code, reusable outside Hudson.

Categories

Categories

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

GroupId

org.eclipse.hudson.main
ArtifactId

ArtifactId

hudson-test-utils
Version

Version

3.0.0-M1-1
Type

Type

jar

Download hudson-test-utils 3.0.0-M1-1


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