Download common-junit48-2.19.1.jar file - Jar c

Jar examples for c:common-junit48

Description

Shared JUnit48 Provider Code

You can download jar file common-junit48 2.19.1 in this page.

License

Apache License

Build File

You can use the following script to add common-junit48-2.19.1.jar to your project.

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

Download

Click the following link to download the jar file.

common-junit48-2.19.1-javadoc.jar
common-junit48-2.19.1-sources.jar
common-junit48-2.19.1.jar
common-junit48-2.19.1.pom



Related Tutorials