License |
License |
---|---|
Categories |
CategoriesHudson Build Tools Continuous Integration and Continuous Delivery CLI User Interface |
GroupId | GroupIdorg.eclipse.hudson |
ArtifactId | ArtifactIdhudson-test-utils |
Last Version | Last Version3.3.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHudson :: Test Utilities
Contains test utility code, reusable outside Hudson.
|
Project Organization |
Project OrganizationHudson |
Filename | Size |
---|---|
hudson-test-utils-3.3.3.pom | |
hudson-test-utils-3.3.3.jar | 17 KB |
hudson-test-utils-3.3.3-sources.jar | 7 KB |
hudson-test-utils-3.3.3-javadoc.jar | 58 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.hudson/hudson-test-utils/ -->
<dependency>
<groupId>org.eclipse.hudson</groupId>
<artifactId>hudson-test-utils</artifactId>
<version>3.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hudson/hudson-test-utils/
implementation 'org.eclipse.hudson:hudson-test-utils:3.3.3'
// https://jarcasting.com/artifacts/org.eclipse.hudson/hudson-test-utils/
implementation ("org.eclipse.hudson:hudson-test-utils:3.3.3")
'org.eclipse.hudson:hudson-test-utils:jar:3.3.3'
<dependency org="org.eclipse.hudson" name="hudson-test-utils" rev="3.3.3">
<artifact name="hudson-test-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hudson', module='hudson-test-utils', version='3.3.3')
)
libraryDependencies += "org.eclipse.hudson" % "hudson-test-utils" % "3.3.3"
[org.eclipse.hudson/hudson-test-utils "3.3.3"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.6.1 |
org.hudsonci.lib.guava : guava | jar | 14.0.1-h-3 |
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 |