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