License |
License |
---|---|
Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdorg.kaleidofoundry |
ArtifactId | ArtifactIdkaleido-guice |
Last Version | Last Version0.10.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionKaleidoFoundry guice extension
Guice integration for the injection of kaleido components
|
Filename | Size |
---|---|
kaleido-guice-0.10.1.pom | |
kaleido-guice-0.10.1.jar | 27 KB |
kaleido-guice-0.10.1-sources.jar | 27 KB |
kaleido-guice-0.10.1-javadoc.jar | 181 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kaleidofoundry/kaleido-guice/ -->
<dependency>
<groupId>org.kaleidofoundry</groupId>
<artifactId>kaleido-guice</artifactId>
<version>0.10.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.kaleidofoundry/kaleido-guice/
implementation 'org.kaleidofoundry:kaleido-guice:0.10.1'
// https://jarcasting.com/artifacts/org.kaleidofoundry/kaleido-guice/
implementation ("org.kaleidofoundry:kaleido-guice:0.10.1")
'org.kaleidofoundry:kaleido-guice:jar:0.10.1'
<dependency org="org.kaleidofoundry" name="kaleido-guice" rev="0.10.1">
<artifact name="kaleido-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kaleidofoundry', module='kaleido-guice', version='0.10.1')
)
libraryDependencies += "org.kaleidofoundry" % "kaleido-guice" % "0.10.1"
[org.kaleidofoundry/kaleido-guice "0.10.1"]
Group / Artifact | Type | Version |
---|---|---|
org.kaleidofoundry : kaleido-core | jar | 0.10.1 |
com.google.inject : guice | jar | 2.0 |
org.slf4j : slf4j-api | jar | 1.7.31 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |