Download junit-clptr-1.2.2.jar file - Jar j

Jar examples for j:junit-clptr

Description

ClassLoader per Test runner for JUnit 4.12+ based on myfaces-test "TestPerClassLoaderRunner".

You can download jar file junit-clptr 1.2.2 in this page.

License

Apache License Version 2.0, January 2004

Build File

You can use the following script to add junit-clptr-1.2.2.jar to your project.

<dependency>
   <groupId>org.bitstrings.test</groupId>
   <artifactId>junit-clptr</artifactId>
   <version>1.2.2</version>
</dependency>
compile group: 'org.bitstrings.test', name: 'junit-clptr', version: '1.2.2'
libraryDependencies += "org.bitstrings.test" % "junit-clptr" % "1.2.2"
<dependency org="org.bitstrings.test" name="junit-clptr" rev="1.2.2"/>
@Grapes(@Grab(group='org.bitstrings.test', module='junit-clptr', version='1.2.2'))
'org.bitstrings.test:junit-clptr:jar:1.2.2'

Download

Click the following link to download the jar file.

junit-clptr-1.2.2-javadoc.jar
junit-clptr-1.2.2-sources.jar
junit-clptr-1.2.2.jar
junit-clptr-1.2.2.pom



Related Tutorials