License |
License |
---|---|
Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdio.forestframework |
ArtifactId | ArtifactIdguice-bom |
Last Version | Last Version5.0.1.1 |
Release Date | Release Date |
Type | Typepom |
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.0.1.1.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.forestframework/guice-bom/ -->
<dependency>
<groupId>io.forestframework</groupId>
<artifactId>guice-bom</artifactId>
<version>5.0.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.forestframework/guice-bom/
implementation 'io.forestframework:guice-bom:5.0.1.1'
// https://jarcasting.com/artifacts/io.forestframework/guice-bom/
implementation ("io.forestframework:guice-bom:5.0.1.1")
'io.forestframework:guice-bom:pom:5.0.1.1'
<dependency org="io.forestframework" name="guice-bom" rev="5.0.1.1">
<artifact name="guice-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.forestframework', module='guice-bom', version='5.0.1.1')
)
libraryDependencies += "io.forestframework" % "guice-bom" % "5.0.1.1"
[io.forestframework/guice-bom "5.0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |