Download net.adamcin.commons.testing-0.8.0.jar file - Jar n

Jar examples for n:net

Description

Common utilities for maven-executed unit testing and integration testing

You can download jar file net.adamcin.commons.testing 0.8.0 in this page.

License

Public domain (Unlicense)

Build File

You can use the following script to add net.adamcin.commons.testing-0.8.0.jar to your project.

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

Download

Click the following link to download the jar file.

net.adamcin.commons.testing-0.8.0-javadoc.jar
net.adamcin.commons.testing-0.8.0-sources.jar
net.adamcin.commons.testing-0.8.0.jar
net.adamcin.commons.testing-0.8.0.pom



Related Tutorials