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 |
CategoriesIDE Development Tools GUI User Interface Guice Application Layer Libs Dependency Injection |
| GroupId | GroupIdorg.sonatype.sisu.inject |
| ArtifactId | ArtifactIdguice-throwingproviders |
| Last Version | Last Version4.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSisu Guice - Extensions - ThrowingProviders
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-throwingproviders/ -->
<dependency>
<groupId>org.sonatype.sisu.inject</groupId>
<artifactId>guice-throwingproviders</artifactId>
<version>4.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.sisu.inject/guice-throwingproviders/
implementation 'org.sonatype.sisu.inject:guice-throwingproviders:4.2.0'
// https://jarcasting.com/artifacts/org.sonatype.sisu.inject/guice-throwingproviders/
implementation ("org.sonatype.sisu.inject:guice-throwingproviders:4.2.0")
'org.sonatype.sisu.inject:guice-throwingproviders:jar:4.2.0'
<dependency org="org.sonatype.sisu.inject" name="guice-throwingproviders" rev="4.2.0">
<artifact name="guice-throwingproviders" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.sisu.inject', module='guice-throwingproviders', version='4.2.0')
)
libraryDependencies += "org.sonatype.sisu.inject" % "guice-throwingproviders" % "4.2.0"
[org.sonatype.sisu.inject/guice-throwingproviders "4.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.findbugs : jsr305 Optional | jar | 3.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.sonatype.sisu : sisu-guice | jar | 4.2.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.truth : truth | jar | 0.30 |
| 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.