Patched build of https://github.com/google/guice/ - see PATCHES for the exact differences.
Compatibility with Google-Guice
Sisu-Guice retains the same public API as Google-Guice and is binary compatible from a client perspective.
| License |
License |
|---|---|
| Categories |
CategoriesGUI User Interface Dagger Application Layer Libs Dependency Injection Guice |
| GroupId | GroupIdorg.sonatype.sisu.inject |
| ArtifactId | ArtifactIdguice-dagger-adapter |
| Last Version | Last Version4.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSisu Guice - Extensions - Dagger Adapter
Patched build of Guice: a lightweight dependency injection framework for Java 7 and above
|
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.sonatype.sisu.inject/guice-dagger-adapter/ -->
<dependency>
<groupId>org.sonatype.sisu.inject</groupId>
<artifactId>guice-dagger-adapter</artifactId>
<version>4.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.sisu.inject/guice-dagger-adapter/
implementation 'org.sonatype.sisu.inject:guice-dagger-adapter:4.2.0'
// https://jarcasting.com/artifacts/org.sonatype.sisu.inject/guice-dagger-adapter/
implementation ("org.sonatype.sisu.inject:guice-dagger-adapter:4.2.0")
'org.sonatype.sisu.inject:guice-dagger-adapter:jar:4.2.0'
<dependency org="org.sonatype.sisu.inject" name="guice-dagger-adapter" rev="4.2.0">
<artifact name="guice-dagger-adapter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.sisu.inject', module='guice-dagger-adapter', version='4.2.0')
)
libraryDependencies += "org.sonatype.sisu.inject" % "guice-dagger-adapter" % "4.2.0"
[org.sonatype.sisu.inject/guice-dagger-adapter "4.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.dagger : dagger | jar | 2.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.sonatype.sisu : sisu-guice | jar | 4.2.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.sonatype.sisu : sisu-guice | jar | 4.2.0 |
| com.google.guava : guava-testlib | jar | 18.0 |
| org.ow2.asm : asm | jar | 6.0 |
| cglib : cglib | jar | 3.2.6 |
| junit : junit | jar | 4.11 |
Patched build of https://github.com/google/guice/ - see PATCHES for the exact differences.
Sisu-Guice retains the same public API as Google-Guice and is binary compatible from a client perspective.