License |
License
GPLv3 with Classpath Exception
|
---|---|
Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdcom.cedarsoft.commons |
ArtifactId | ArtifactIdguice |
Last Version | Last Version8.9.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionguice
Path: :open:commons:guice
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
guice-8.9.2.pom | |
guice-8.9.2.jar | 8 KB |
guice-8.9.2-tests.jar | 11 KB |
guice-8.9.2-sources.jar | 3 KB |
guice-8.9.2-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.commons/guice/ -->
<dependency>
<groupId>com.cedarsoft.commons</groupId>
<artifactId>guice</artifactId>
<version>8.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.commons/guice/
implementation 'com.cedarsoft.commons:guice:8.9.2'
// https://jarcasting.com/artifacts/com.cedarsoft.commons/guice/
implementation ("com.cedarsoft.commons:guice:8.9.2")
'com.cedarsoft.commons:guice:jar:8.9.2'
<dependency org="com.cedarsoft.commons" name="guice" rev="8.9.2">
<artifact name="guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.commons', module='guice', version='8.9.2')
)
libraryDependencies += "com.cedarsoft.commons" % "guice" % "8.9.2"
[com.cedarsoft.commons/guice "8.9.2"]
Group / Artifact | Type | Version |
---|---|---|
com.cedarsoft.dependencies-sets : kotlin | jar | 8.9.2 |
com.cedarsoft.commons : commons | jar | 8.9.2 |
com.google.inject : guice | jar | 4.2.2 |