| License |
License |
|---|---|
| Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
| GroupId | GroupIdorg.androidannotations |
| ArtifactId | ArtifactIdroboguice |
| Last Version | Last Version4.8.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionRoboGuice Annotation Processor
AndroidAnnotations plugin for RoboGuice
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| roboguice-4.8.0.pom | |
| roboguice-4.8.0.jar | 15 KB |
| roboguice-4.8.0-sources.jar | 11 KB |
| roboguice-4.8.0-javadoc.jar | 63 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.androidannotations/roboguice/ -->
<dependency>
<groupId>org.androidannotations</groupId>
<artifactId>roboguice</artifactId>
<version>4.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.androidannotations/roboguice/
implementation 'org.androidannotations:roboguice:4.8.0'
// https://jarcasting.com/artifacts/org.androidannotations/roboguice/
implementation ("org.androidannotations:roboguice:4.8.0")
'org.androidannotations:roboguice:jar:4.8.0'
<dependency org="org.androidannotations" name="roboguice" rev="4.8.0">
<artifact name="roboguice" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.androidannotations', module='roboguice', version='4.8.0')
)
libraryDependencies += "org.androidannotations" % "roboguice" % "4.8.0"
[org.androidannotations/roboguice "4.8.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.androidannotations : androidannotations | jar | 4.8.0 |
| org.androidannotations : roboguice-api | jar | 4.8.0 |
| com.helger : jcodemodel | jar | 3.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.android : android | jar | 2.3.1 |