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