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

Jar examples for j:junit-common

Description

Commonly used code for junit-testing projects

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

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials