Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.codeborne.replay |
ArtifactId | ArtifactIdguice |
Version | Version1.8.7 |
Type | Typejar |
Filename | Size |
---|---|
guice-1.8.7.pom | |
guice-1.8.7.jar | 3 KB |
guice-1.8.7-sources.jar | 1 KB |
guice-1.8.7-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.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.codeborne.replay/guice/
implementation 'com.codeborne.replay:guice:1.8.7'
// https://jarcasting.com/artifacts/com.codeborne.replay/guice/
implementation ("com.codeborne.replay:guice:1.8.7")
'com.codeborne.replay:guice:jar:1.8.7'
<dependency org="com.codeborne.replay" name="guice" rev="1.8.7">
<artifact name="guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.codeborne.replay', module='guice', version='1.8.7')
)
libraryDependencies += "com.codeborne.replay" % "guice" % "1.8.7"
[com.codeborne.replay/guice "1.8.7"]