Download junit-testing-common-1.0.0.jar file - Jar j

Jar examples for j:junit-testing-common

Description

Commonly used testing code for junit-testing projects

You can download jar file junit-testing-common 1.0.0 in this page.

Build File

You can use the following script to add junit-testing-common-1.0.0.jar to your project.

<dependency>
   <groupId>eu.coldrye.junit</groupId>
   <artifactId>junit-testing-common</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'eu.coldrye.junit', name: 'junit-testing-common', version: '1.0.0'
libraryDependencies += "eu.coldrye.junit" % "junit-testing-common" % "1.0.0"
<dependency org="eu.coldrye.junit" name="junit-testing-common" rev="1.0.0"/>
@Grapes(@Grab(group='eu.coldrye.junit', module='junit-testing-common', version='1.0.0'))
'eu.coldrye.junit:junit-testing-common:jar:1.0.0'

Download

Click the following link to download the jar file.

junit-testing-common-1.0.0-javadoc.jar
junit-testing-common-1.0.0-sources.jar
junit-testing-common-1.0.0.jar
junit-testing-common-1.0.0.pom



Related Tutorials