License |
License |
---|---|
Categories |
CategoriesData GUI User Interface Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdio.datakernel |
ArtifactId | ArtifactIdguice |
Version | Version1.1.3 |
Type | Typejar |
Description |
DescriptionDataKernel: Guice integration
Extensions for Google Guice: support of primary and worker Event Loop threads; construction of service graphs.
|
Project URL |
Project URL |
Filename | Size |
---|---|
guice-1.1.3.pom | |
guice-1.1.3.jar | 32 KB |
guice-1.1.3-sources.jar | 12 KB |
guice-1.1.3-javadoc.jar | 79 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.datakernel/guice/ -->
<dependency>
<groupId>io.datakernel</groupId>
<artifactId>guice</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.datakernel/guice/
implementation 'io.datakernel:guice:1.1.3'
// https://jarcasting.com/artifacts/io.datakernel/guice/
implementation ("io.datakernel:guice:1.1.3")
'io.datakernel:guice:jar:1.1.3'
<dependency org="io.datakernel" name="guice" rev="1.1.3">
<artifact name="guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.datakernel', module='guice', version='1.1.3')
)
libraryDependencies += "io.datakernel" % "guice" % "1.1.3"
[io.datakernel/guice "1.1.3"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.12 |
io.datakernel : eventloop | jar | 1.1.3 |
com.google.inject : guice | jar | 4.0 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.1.3 |
junit : junit | jar | 4.12 |