roboguice

A framework for using Google Guice dependency injection in Android.

Categories

Categories

GUI User Interface Guice Application Layer Libs Dependency Injection
GroupId

GroupId

roboguice
ArtifactId

ArtifactId

roboguice
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

roboguice
A framework for using Google Guice dependency injection in Android.
Project URL

Project URL

http://code.google.com/p/roboguice/

Download roboguice

How to add to project

<!-- 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"]

Dependencies

provided (3)

Group / Artifact Type Version
android » android jar 1.5_r3
add-ons » maps jar 3
com.google.inject : guice jar 2.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.0
1.0-RC1