is not current version
Last Version 1.395

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

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.324
Type

Type

jar

Download hudson-test-harness 1.324


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