Download util-test-1.0.0.jar file - Jar u

Jar examples for u:util-test

Description

DataMeta utilities for testing, including but not limited to unit tests. Make sure that you add dependency on this project in the test scope!

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

License

MIT License

Build File

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

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

Download

Click the following link to download the jar file.

util-test-1.0.0-javadoc.jar
util-test-1.0.0-sources.jar
util-test-1.0.0.jar
util-test-1.0.0.pom



Related Tutorials