| License |
License |
|---|---|
| Categories |
CategoriesAuto Application Layer Libs Code Generators |
| GroupId | GroupIdcom.hp.autonomy.test |
| ArtifactId | ArtifactIdtesting-utils |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionHP Autonomy Java Testing Utils
Hamcrest matchers and Mockito Spring factory
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| testing-utils-1.1.0.pom | |
| testing-utils-1.1.0.jar | 7 KB |
| testing-utils-1.1.0-sources.jar | 4 KB |
| testing-utils-1.1.0-javadoc.jar | 61 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.hp.autonomy.test/testing-utils/ -->
<dependency>
<groupId>com.hp.autonomy.test</groupId>
<artifactId>testing-utils</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hp.autonomy.test/testing-utils/
implementation 'com.hp.autonomy.test:testing-utils:1.1.0'
// https://jarcasting.com/artifacts/com.hp.autonomy.test/testing-utils/
implementation ("com.hp.autonomy.test:testing-utils:1.1.0")
'com.hp.autonomy.test:testing-utils:jar:1.1.0'
<dependency org="com.hp.autonomy.test" name="testing-utils" rev="1.1.0">
<artifact name="testing-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hp.autonomy.test', module='testing-utils', version='1.1.0')
)
libraryDependencies += "com.hp.autonomy.test" % "testing-utils" % "1.1.0"
[com.hp.autonomy.test/testing-utils "1.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-beans | jar | 3.2.2.RELEASE |
| org.mockito : mockito-core | jar | 1.9.5 |
| com.hp.autonomy.aci.client : aci-api | jar | 5.0.0 |
| org.hamcrest : hamcrest-core | jar | 1.3 |