Jar examples for g:guice-junit-runner
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.1 in this page.
GNU LESSER GENERAL PUBLIC LICENSE
You can use the following script to add guice-junit-runner-1.0.1.jar to your project.
<dependency> <groupId>net.lamberto.junit</groupId> <artifactId>guice-junit-runner</artifactId> <version>1.0.1</version> </dependency>
compile group: 'net.lamberto.junit', name: 'guice-junit-runner', version: '1.0.1'
libraryDependencies += "net.lamberto.junit" % "guice-junit-runner" % "1.0.1"
<dependency org="net.lamberto.junit" name="guice-junit-runner" rev="1.0.1"/>
@Grapes(@Grab(group='net.lamberto.junit', module='guice-junit-runner', version='1.0.1'))
'net.lamberto.junit:guice-junit-runner:jar:1.0.1'
Click the following link to download the jar file.
guice-junit-runner-1.0.1-javadoc.jar