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