is not current version
Last Version 1.395

org.jvnet.hudson.main:hudson-test-harness 1.318

Unit test harness (src/main) and Unit tests for Hudson core (src/test)

Categories

Categories

Hudson Build Tools Continuous Integration and Continuous Delivery Net
GroupId

GroupId

org.jvnet.hudson.main
ArtifactId

ArtifactId

hudson-test-harness
Version

Version

1.318
Type

Type

jar

Download hudson-test-harness 1.318


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