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 Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdorg.sonatype.sisu |
ArtifactId | ArtifactIdsisu-guice |
Last Version | Last Version4.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSisu Guice - Core Library
Patched build of Guice: a lightweight dependency injection framework for Java 7 and above
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
sisu-guice-4.2.0.pom | |
sisu-guice-4.2.0.jar | 571 KB |
sisu-guice-4.2.0-tests.jar | 1 MB |
sisu-guice-4.2.0-sources.jar | 262 KB |
sisu-guice-4.2.0-no_aop.jar | 348 KB |
sisu-guice-4.2.0-javadoc.jar | 521 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sonatype.sisu/sisu-guice/ -->
<dependency>
<groupId>org.sonatype.sisu</groupId>
<artifactId>sisu-guice</artifactId>
<version>4.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.sisu/sisu-guice/
implementation 'org.sonatype.sisu:sisu-guice:4.2.0'
// https://jarcasting.com/artifacts/org.sonatype.sisu/sisu-guice/
implementation ("org.sonatype.sisu:sisu-guice:4.2.0")
'org.sonatype.sisu:sisu-guice:jar:4.2.0'
<dependency org="org.sonatype.sisu" name="sisu-guice" rev="4.2.0">
<artifact name="sisu-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.sisu', module='sisu-guice', version='4.2.0')
)
libraryDependencies += "org.sonatype.sisu" % "sisu-guice" % "4.2.0"
[org.sonatype.sisu/sisu-guice "4.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api Optional | jar | 1.6.4 |
javax.inject : javax.inject | jar | 1 |
aopalliance : aopalliance | jar | 1.0 |
com.google.guava : guava | jar | 18.0 |
Group / Artifact | Type | Version |
---|---|---|
org.ow2.asm : asm Optional | jar | 6.0 |
cglib : cglib Optional | jar | 3.2.6 |
Group / Artifact | Type | Version |
---|---|---|
javax.inject : javax.inject-tck | jar | 1 |
com.google.guava : guava-testlib | jar | 18.0 |
org.springframework : spring-beans | jar | 3.0.5.RELEASE |
biz.aQute : bnd | jar | 0.0.384 |
org.apache.felix : org.apache.felix.framework | jar | 3.0.5 |
com.google.truth : truth | jar | 0.30 |
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.