| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing GUI User Interface Guice Application Layer Libs Dependency Injection |
| GroupId | GroupIdcom.googlecode.guice-junit4 |
| ArtifactId | ArtifactIdguice-junit4-parent |
| Last Version | Last Version0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionguice-junit4
Guice JUnti4 Inject Support
|
| Filename | Size |
|---|---|
| guice-junit4-parent-0.2.pom | 4 KB |
| guice-junit4-parent-0.2-tests.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.guice-junit4/guice-junit4-parent/ -->
<dependency>
<groupId>com.googlecode.guice-junit4</groupId>
<artifactId>guice-junit4-parent</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.guice-junit4/guice-junit4-parent/
implementation 'com.googlecode.guice-junit4:guice-junit4-parent:0.2'
// https://jarcasting.com/artifacts/com.googlecode.guice-junit4/guice-junit4-parent/
implementation ("com.googlecode.guice-junit4:guice-junit4-parent:0.2")
'com.googlecode.guice-junit4:guice-junit4-parent:jar:0.2'
<dependency org="com.googlecode.guice-junit4" name="guice-junit4-parent" rev="0.2">
<artifact name="guice-junit4-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.guice-junit4', module='guice-junit4-parent', version='0.2')
)
libraryDependencies += "com.googlecode.guice-junit4" % "guice-junit4-parent" % "0.2"
[com.googlecode.guice-junit4/guice-junit4-parent "0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.inject : guice | jar | 2.0 |
| junit : junit | jar | 4.6 |
| org.slf4j : slf4j-log4j12 | jar | 1.5.6 |