License |
License |
---|---|
Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdcom.google.inject |
ArtifactId | ArtifactIdguice-bom |
Last Version | Last Version5.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGoogle Guice - Bill of Materials
Guice is a lightweight dependency injection framework for Java 6 and above
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
guice-bom-5.1.0.pom | 3 KB |
guice-bom-5.1.0-site.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.inject/guice-bom/ -->
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice-bom</artifactId>
<version>5.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.inject/guice-bom/
implementation 'com.google.inject:guice-bom:5.1.0'
// https://jarcasting.com/artifacts/com.google.inject/guice-bom/
implementation ("com.google.inject:guice-bom:5.1.0")
'com.google.inject:guice-bom:jar:5.1.0'
<dependency org="com.google.inject" name="guice-bom" rev="5.1.0">
<artifact name="guice-bom" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.inject', module='guice-bom', version='5.1.0')
)
libraryDependencies += "com.google.inject" % "guice-bom" % "5.1.0"
[com.google.inject/guice-bom "5.1.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |