Download guice-junit-runner-1.0.2.jar file - Jar g

Jar examples for g:guice-junit-runner

Description

A JUnit Runner allowing Guice-based testing. Each test method is running with a clean Injector instance.

You can download jar file guice-junit-runner 1.0.2 in this page.

License

GNU LESSER GENERAL PUBLIC LICENSE

Build File

You can use the following script to add guice-junit-runner-1.0.2.jar to your project.

<dependency>
   <groupId>net.lamberto.junit</groupId>
   <artifactId>guice-junit-runner</artifactId>
   <version>1.0.2</version>
</dependency>
compile group: 'net.lamberto.junit', name: 'guice-junit-runner', version: '1.0.2'
libraryDependencies += "net.lamberto.junit" % "guice-junit-runner" % "1.0.2"
<dependency org="net.lamberto.junit" name="guice-junit-runner" rev="1.0.2"/>
@Grapes(@Grab(group='net.lamberto.junit', module='guice-junit-runner', version='1.0.2'))
'net.lamberto.junit:guice-junit-runner:jar:1.0.2'

Download

Click the following link to download the jar file.

guice-junit-runner-1.0.2-javadoc.jar
guice-junit-runner-1.0.2-sources.jar
guice-junit-runner-1.0.2-tests.jar
guice-junit-runner-1.0.2.jar
guice-junit-runner-1.0.2.pom



Related Tutorials