Categories |
CategoriesHudson Build Tools Continuous Integration and Continuous Delivery Net GUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdorg.jvnet.hudson |
ArtifactId | ArtifactIdguice |
Last Version | Last Version3.0-rc1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGoogle Guice
|
Filename | Size |
---|---|
guice-3.0-rc1.pom | |
guice-3.0-rc1.jar | 682 KB |
guice-3.0-rc1-sources.jar | 318 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jvnet.hudson/guice/ -->
<dependency>
<groupId>org.jvnet.hudson</groupId>
<artifactId>guice</artifactId>
<version>3.0-rc1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.hudson/guice/
implementation 'org.jvnet.hudson:guice:3.0-rc1'
// https://jarcasting.com/artifacts/org.jvnet.hudson/guice/
implementation ("org.jvnet.hudson:guice:3.0-rc1")
'org.jvnet.hudson:guice:jar:3.0-rc1'
<dependency org="org.jvnet.hudson" name="guice" rev="3.0-rc1">
<artifact name="guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.hudson', module='guice', version='3.0-rc1')
)
libraryDependencies += "org.jvnet.hudson" % "guice" % "3.0-rc1"
[org.jvnet.hudson/guice "3.0-rc1"]
Group / Artifact | Type | Version |
---|---|---|
javax.inject : javax.inject | jar | 1 |
aopalliance : aopalliance | jar | 1.0 |