| Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
|---|---|
| GroupId | GroupIdroboguice |
| ArtifactId | ArtifactIdroboguice |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionroboguice
A framework for using Google Guice dependency injection in Android.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| roboguice-1.0.pom | |
| roboguice-1.0.jar | 39 KB |
| roboguice-1.0-tests.jar | 2 KB |
| roboguice-1.0-sources.jar | 36 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/roboguice/roboguice/ -->
<dependency>
<groupId>roboguice</groupId>
<artifactId>roboguice</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/roboguice/roboguice/
implementation 'roboguice:roboguice:1.0'
// https://jarcasting.com/artifacts/roboguice/roboguice/
implementation ("roboguice:roboguice:1.0")
'roboguice:roboguice:jar:1.0'
<dependency org="roboguice" name="roboguice" rev="1.0">
<artifact name="roboguice" type="jar" />
</dependency>
@Grapes(
@Grab(group='roboguice', module='roboguice', version='1.0')
)
libraryDependencies += "roboguice" % "roboguice" % "1.0"
[roboguice "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| android » android | jar | 1.5_r3 |
| add-ons » maps | jar | 3 |
| com.google.inject : guice | jar | 2.0 |