Download xml-test-utils-1.0.0.jar file - Jar x

Jar examples for x:xml-test-utils

Description

Utilities for using XML resources in Java unit tests.

You can download jar file xml-test-utils 1.0.0 in this page.

License

MIT License

Build File

You can use the following script to add xml-test-utils-1.0.0.jar to your project.

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

Download

Click the following link to download the jar file.

xml-test-utils-1.0.0-javadoc.jar
xml-test-utils-1.0.0-sources.jar
xml-test-utils-1.0.0.jar
xml-test-utils-1.0.0.pom



Related Tutorials