License |
License |
---|---|
Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdcom.codeborne.replay |
ArtifactId | ArtifactIdguice |
Version | Version1.8.6 |
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.6.pom | |
guice-1.8.6.jar | 3 KB |
guice-1.8.6-sources.jar | 1 KB |
guice-1.8.6-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.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.codeborne.replay/guice/
implementation 'com.codeborne.replay:guice:1.8.6'
// https://jarcasting.com/artifacts/com.codeborne.replay/guice/
implementation ("com.codeborne.replay:guice:1.8.6")
'com.codeborne.replay:guice:jar:1.8.6'
<dependency org="com.codeborne.replay" name="guice" rev="1.8.6">
<artifact name="guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.codeborne.replay', module='guice', version='1.8.6')
)
libraryDependencies += "com.codeborne.replay" % "guice" % "1.8.6"
[com.codeborne.replay/guice "1.8.6"]
Group / Artifact | Type | Version |
---|---|---|
com.codeborne.replay : framework | jar | 1.8.6 |
com.google.inject : guice | jar | 4.2.3 |
com.google.inject.extensions : guice-multibindings | jar | 4.2.3 |
aopalliance : aopalliance | jar | 1.0 |