Categories |
CategoriesJUnit Unit Testing Net GUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdnet.lamberto.junit |
ArtifactId | ArtifactIdguice-junit-runner |
Version | Version1.0.0 |
Type | Typejar |
<!-- 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"]