License |
License |
---|---|
Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdcom.google.guiceberry |
ArtifactId | ArtifactIdguiceberry |
Last Version | Last Version3.3.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGuiceBerry
GuiceBerry brings the joys of dependency injection to your test cases and test infrastructure.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
guiceberry-3.3.1.pom | |
guiceberry-3.3.1.jar | 115 KB |
guiceberry-3.3.1-sources.jar | 83 KB |
guiceberry-3.3.1-javadoc.jar | 165 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.guiceberry/guiceberry/ -->
<dependency>
<groupId>com.google.guiceberry</groupId>
<artifactId>guiceberry</artifactId>
<version>3.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.guiceberry/guiceberry/
implementation 'com.google.guiceberry:guiceberry:3.3.1'
// https://jarcasting.com/artifacts/com.google.guiceberry/guiceberry/
implementation ("com.google.guiceberry:guiceberry:3.3.1")
'com.google.guiceberry:guiceberry:jar:3.3.1'
<dependency org="com.google.guiceberry" name="guiceberry" rev="3.3.1">
<artifact name="guiceberry" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.guiceberry', module='guiceberry', version='3.3.1')
)
libraryDependencies += "com.google.guiceberry" % "guiceberry" % "3.3.1"
[com.google.guiceberry/guiceberry "3.3.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava-testlib | jar | 14.0.1 |