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-extensions |
Last Version | Last Version3.1.3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSisu Guice - Extensions
Patched build of Guice: a lightweight dependency injection framework for Java 5 and above
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
guice-extensions-3.1.3.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sonatype.sisu.inject/guice-extensions/ -->
<dependency>
<groupId>org.sonatype.sisu.inject</groupId>
<artifactId>guice-extensions</artifactId>
<version>3.1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.sisu.inject/guice-extensions/
implementation 'org.sonatype.sisu.inject:guice-extensions:3.1.3'
// https://jarcasting.com/artifacts/org.sonatype.sisu.inject/guice-extensions/
implementation ("org.sonatype.sisu.inject:guice-extensions:3.1.3")
'org.sonatype.sisu.inject:guice-extensions:pom:3.1.3'
<dependency org="org.sonatype.sisu.inject" name="guice-extensions" rev="3.1.3">
<artifact name="guice-extensions" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.sisu.inject', module='guice-extensions', version='3.1.3')
)
libraryDependencies += "org.sonatype.sisu.inject" % "guice-extensions" % "3.1.3"
[org.sonatype.sisu.inject/guice-extensions "3.1.3"]
Group / Artifact | Type | Version |
---|---|---|
org.sonatype.sisu : sisu-guice | jar | 3.1.3 |
Group / Artifact | Type | Version |
---|---|---|
org.sonatype.sisu : sisu-guice | jar | 3.1.3 |
org.testng : testng | jar | 5.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.