is not current version
Last Version 1.0.2

net.lamberto.junit:guice-junit-runner 1.0.0

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

Categories

Categories

JUnit Unit Testing Net GUI User Interface Guice Application Layer Libs Dependency Injection
GroupId

GroupId

net.lamberto.junit
ArtifactId

ArtifactId

guice-junit-runner
Version

Version

1.0.0
Type

Type

jar

Download guice-junit-runner 1.0.0


<!-- https://jarcasting.com/artifacts/net.lamberto.junit/guice-junit-runner/ -->
<dependency>
    <groupId>net.lamberto.junit</groupId>
    <artifactId>guice-junit-runner</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.lamberto.junit/guice-junit-runner/
implementation 'net.lamberto.junit:guice-junit-runner:1.0.0'
// https://jarcasting.com/artifacts/net.lamberto.junit/guice-junit-runner/
implementation ("net.lamberto.junit:guice-junit-runner:1.0.0")
'net.lamberto.junit:guice-junit-runner:jar:1.0.0'
<dependency org="net.lamberto.junit" name="guice-junit-runner" rev="1.0.0">
  <artifact name="guice-junit-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.lamberto.junit', module='guice-junit-runner', version='1.0.0')
)
libraryDependencies += "net.lamberto.junit" % "guice-junit-runner" % "1.0.0"
[net.lamberto.junit/guice-junit-runner "1.0.0"]