Download auxtestlib-1.4.jar file - Jar a

Jar examples for a:auxtestlib

Description

Library with auxiliary classes for unit tests.

You can download jar file auxtestlib 1.4 in this page.

License

The MIT License (MIT)

Build File

You can use the following script to add auxtestlib-1.4.jar to your project.

<dependency>
   <groupId>net.sf.auxtestlib</groupId>
   <artifactId>auxtestlib</artifactId>
   <version>1.4</version>
</dependency>
compile group: 'net.sf.auxtestlib', name: 'auxtestlib', version: '1.4'
libraryDependencies += "net.sf.auxtestlib" % "auxtestlib" % "1.4"
<dependency org="net.sf.auxtestlib" name="auxtestlib" rev="1.4"/>
@Grapes(@Grab(group='net.sf.auxtestlib', module='auxtestlib', version='1.4'))
'net.sf.auxtestlib:auxtestlib:jar:1.4'

Download

Click the following link to download the jar file.

auxtestlib-1.4-javadoc.jar
auxtestlib-1.4-sources.jar
auxtestlib-1.4-tests.jar
auxtestlib-1.4.jar
auxtestlib-1.4.pom



Related Tutorials