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.inject | 
| ArtifactId | ArtifactIdguice-servlet | 
| Last Version | Last Version4.2.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionSisu Guice - Extensions - Servlet Patched build of Guice: a lightweight dependency injection framework for Java 7 and above | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| guice-servlet-4.2.0.pom | |
| guice-servlet-4.2.0.jar | 66 KB | 
| guice-servlet-4.2.0-tests.jar | 154 KB | 
| guice-servlet-4.2.0-sources.jar | 51 KB | 
| guice-servlet-4.2.0-javadoc.jar | 180 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.sonatype.sisu.inject/guice-servlet/ -->
<dependency>
    <groupId>org.sonatype.sisu.inject</groupId>
    <artifactId>guice-servlet</artifactId>
    <version>4.2.0</version>
</dependency>// https://jarcasting.com/artifacts/org.sonatype.sisu.inject/guice-servlet/
implementation 'org.sonatype.sisu.inject:guice-servlet:4.2.0'// https://jarcasting.com/artifacts/org.sonatype.sisu.inject/guice-servlet/
implementation ("org.sonatype.sisu.inject:guice-servlet:4.2.0")'org.sonatype.sisu.inject:guice-servlet:jar:4.2.0'<dependency org="org.sonatype.sisu.inject" name="guice-servlet" rev="4.2.0">
  <artifact name="guice-servlet" type="jar" />
</dependency>@Grapes(
@Grab(group='org.sonatype.sisu.inject', module='guice-servlet', version='4.2.0')
)libraryDependencies += "org.sonatype.sisu.inject" % "guice-servlet" % "4.2.0"[org.sonatype.sisu.inject/guice-servlet "4.2.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 | 
| org.sonatype.sisu : sisu-guice | jar | 4.2.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.easymock : easymock | jar | 3.0 | 
| 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.