Download testing-utils-1.1.0.jar file - Jar t

Jar examples for t:testing-utils

Description

Hamcrest matchers and Mockito Spring factory

You can download jar file testing-utils 1.1.0 in this page.

License

MIT License

Build File

You can use the following script to add testing-utils-1.1.0.jar to your project.

<dependency>
   <groupId>com.hp.autonomy.test</groupId>
   <artifactId>testing-utils</artifactId>
   <version>1.1.0</version>
</dependency>
compile group: 'com.hp.autonomy.test', name: 'testing-utils', version: '1.1.0'
libraryDependencies += "com.hp.autonomy.test" % "testing-utils" % "1.1.0"
<dependency org="com.hp.autonomy.test" name="testing-utils" rev="1.1.0"/>
@Grapes(@Grab(group='com.hp.autonomy.test', module='testing-utils', version='1.1.0'))
'com.hp.autonomy.test:testing-utils:jar:1.1.0'

Download

Click the following link to download the jar file.

testing-utils-1.1.0-javadoc.jar
testing-utils-1.1.0-sources.jar
testing-utils-1.1.0.jar
testing-utils-1.1.0.pom



Related Tutorials