Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.guicedee.services |
ArtifactId | ArtifactIdguice |
Version | Version1.0.6.5 |
Type | Typejar |
Filename | Size |
---|---|
guice-1.0.6.5.pom | |
guice-1.0.6.5.jar | 702 KB |
guice-1.0.6.5-tests.jar | 22 bytes |
guice-1.0.6.5-sources.jar | 564 KB |
guice-1.0.6.5-javadoc.jar | 518 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.guicedee.services/guice/ -->
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>guice</artifactId>
<version>1.0.6.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/guice/
implementation 'com.guicedee.services:guice:1.0.6.5'
// https://jarcasting.com/artifacts/com.guicedee.services/guice/
implementation ("com.guicedee.services:guice:1.0.6.5")
'com.guicedee.services:guice:jar:1.0.6.5'
<dependency org="com.guicedee.services" name="guice" rev="1.0.6.5">
<artifact name="guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='guice', version='1.0.6.5')
)
libraryDependencies += "com.guicedee.services" % "guice" % "1.0.6.5"
[com.guicedee.services/guice "1.0.6.5"]