License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing GUI User Interface Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdcom.googlecode.guice-junit4 |
ArtifactId | ArtifactIdguice-junit4-core |
Last Version | Last Version0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionguice-junit4-core
Guice JUnti4 Inject Support
|
<!-- https://jarcasting.com/artifacts/com.googlecode.guice-junit4/guice-junit4-core/ -->
<dependency>
<groupId>com.googlecode.guice-junit4</groupId>
<artifactId>guice-junit4-core</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.guice-junit4/guice-junit4-core/
implementation 'com.googlecode.guice-junit4:guice-junit4-core:0.2'
// https://jarcasting.com/artifacts/com.googlecode.guice-junit4/guice-junit4-core/
implementation ("com.googlecode.guice-junit4:guice-junit4-core:0.2")
'com.googlecode.guice-junit4:guice-junit4-core:jar:0.2'
<dependency org="com.googlecode.guice-junit4" name="guice-junit4-core" rev="0.2">
<artifact name="guice-junit4-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.guice-junit4', module='guice-junit4-core', version='0.2')
)
libraryDependencies += "com.googlecode.guice-junit4" % "guice-junit4-core" % "0.2"
[com.googlecode.guice-junit4/guice-junit4-core "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 |