Download common-junit4-2.15.jar file - Jar c

Jar examples for c:common-junit4

Description

Shared JUnit4 Provider Code

You can download jar file common-junit4 2.15 in this page.

License

Apache License

Build File

You can use the following script to add common-junit4-2.15.jar to your project.

<dependency>
   <groupId>org.apache.maven.surefire</groupId>
   <artifactId>common-junit4</artifactId>
   <version>2.15</version>
</dependency>
compile group: 'org.apache.maven.surefire', name: 'common-junit4', version: '2.15'
libraryDependencies += "org.apache.maven.surefire" % "common-junit4" % "2.15"
<dependency org="org.apache.maven.surefire" name="common-junit4" rev="2.15"/>
@Grapes(@Grab(group='org.apache.maven.surefire', module='common-junit4', version='2.15'))
'org.apache.maven.surefire:common-junit4:jar:2.15'

Download

Click the following link to download the jar file.

common-junit4-2.15-javadoc.jar
common-junit4-2.15-sources.jar
common-junit4-2.15.jar
common-junit4-2.15.pom



Related Tutorials