License |
License |
---|---|
Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdcom.jolira |
ArtifactId | ArtifactIdguice |
Last Version | Last Version3.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJolira Guice
Guice & Source Code from the Guice Trunk
|
Project URL |
Project URL |
Filename | Size |
---|---|
guice-3.0.0.pom | |
guice-3.0.0.jar | 506 KB |
guice-3.0.0-sources.jar | 326 KB |
guice-3.0.0-javadoc.jar | 846 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jolira/guice/ -->
<dependency>
<groupId>com.jolira</groupId>
<artifactId>guice</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jolira/guice/
implementation 'com.jolira:guice:3.0.0'
// https://jarcasting.com/artifacts/com.jolira/guice/
implementation ("com.jolira:guice:3.0.0")
'com.jolira:guice:jar:3.0.0'
<dependency org="com.jolira" name="guice" rev="3.0.0">
<artifact name="guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jolira', module='guice', version='3.0.0')
)
libraryDependencies += "com.jolira" % "guice" % "3.0.0"
[com.jolira/guice "3.0.0"]
Group / Artifact | Type | Version |
---|---|---|
javax.inject : javax.inject | jar | 1 |
aopalliance : aopalliance | jar | 1.0 |
cglib : cglib | jar | 2.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |