License |
License |
---|---|
Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdcom.codeborne.replay |
ArtifactId | ArtifactIdguice |
Last Version | Last Version1.9.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionguice
RePlay is a fork of the Play1 framework, made and maintained by Codeborne.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
guice-1.9.4.pom | |
guice-1.9.4.jar | 3 KB |
guice-1.9.4-sources.jar | 1 KB |
guice-1.9.4-javadoc.jar | 387 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.codeborne.replay/guice/ -->
<dependency>
<groupId>com.codeborne.replay</groupId>
<artifactId>guice</artifactId>
<version>1.9.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.codeborne.replay/guice/
implementation 'com.codeborne.replay:guice:1.9.4'
// https://jarcasting.com/artifacts/com.codeborne.replay/guice/
implementation ("com.codeborne.replay:guice:1.9.4")
'com.codeborne.replay:guice:jar:1.9.4'
<dependency org="com.codeborne.replay" name="guice" rev="1.9.4">
<artifact name="guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.codeborne.replay', module='guice', version='1.9.4')
)
libraryDependencies += "com.codeborne.replay" % "guice" % "1.9.4"
[com.codeborne.replay/guice "1.9.4"]
Group / Artifact | Type | Version |
---|---|---|
com.codeborne.replay : framework | jar | 1.9.4 |
com.google.inject : guice | jar | 5.1.0 |
Group / Artifact | Type | Version |
---|---|---|
aopalliance : aopalliance | jar | 1.0 |