License |
License |
---|---|
Categories |
CategoriesHudson Build Tools Continuous Integration and Continuous Delivery CLI User Interface |
GroupId | GroupIdorg.eclipse.hudson.main |
ArtifactId | ArtifactIdhudson-test-utils |
Last Version | Last Version3.0.0-M2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHudson :: Test Utilities
Contains test utility code, reusable outside Hudson.
|
Project Organization |
Project OrganizationHudson |
<!-- 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-M2</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hudson.main/hudson-test-utils/
implementation 'org.eclipse.hudson.main:hudson-test-utils:3.0.0-M2'
// https://jarcasting.com/artifacts/org.eclipse.hudson.main/hudson-test-utils/
implementation ("org.eclipse.hudson.main:hudson-test-utils:3.0.0-M2")
'org.eclipse.hudson.main:hudson-test-utils:jar:3.0.0-M2'
<dependency org="org.eclipse.hudson.main" name="hudson-test-utils" rev="3.0.0-M2">
<artifact name="hudson-test-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hudson.main', module='hudson-test-utils', version='3.0.0-M2')
)
libraryDependencies += "org.eclipse.hudson.main" % "hudson-test-utils" % "3.0.0-M2"
[org.eclipse.hudson.main/hudson-test-utils "3.0.0-M2"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.6.1 |
com.google.guava : guava | jar | 10.0.1 |
junit : junit-dep | jar | 4.8.1 |
org.hamcrest : hamcrest-library | jar | 1.2 |
org.hamcrest : hamcrest-core | jar | 1.2 |
org.powermock : powermock-module-junit4 | jar | 1.4.10 |
org.powermock : powermock-api-mockito | jar | 1.4.10 |
org.mockito : mockito-core | jar | 1.8.5 |