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