Jar examples for j:junit-common
Commonly used code for junit-testing projects
You can download jar file junit-common 1.0.0 in this page.
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'
Click the following link to download the jar file.
junit-common-1.0.0-javadoc.jar