License |
License |
---|---|
Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdcom.soklet |
ArtifactId | ArtifactIdsoklet-guice |
Last Version | Last Version1.0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSoklet Guice
Guice integration for Soklet, a minimalist infrastructure for Java webapps and microservices.
|
Project URL |
Project URL |
Filename | Size |
---|---|
soklet-guice-1.0.6.pom | |
soklet-guice-1.0.6.jar | 4 KB |
soklet-guice-1.0.6-sources.jar | 2 KB |
soklet-guice-1.0.6-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.soklet/soklet-guice/ -->
<dependency>
<groupId>com.soklet</groupId>
<artifactId>soklet-guice</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.soklet/soklet-guice/
implementation 'com.soklet:soklet-guice:1.0.6'
// https://jarcasting.com/artifacts/com.soklet/soklet-guice/
implementation ("com.soklet:soklet-guice:1.0.6")
'com.soklet:soklet-guice:jar:1.0.6'
<dependency org="com.soklet" name="soklet-guice" rev="1.0.6">
<artifact name="soklet-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.soklet', module='soklet-guice', version='1.0.6')
)
libraryDependencies += "com.soklet" % "soklet-guice" % "1.0.6"
[com.soklet/soklet-guice "1.0.6"]
Group / Artifact | Type | Version |
---|---|---|
com.soklet : soklet | jar | 1.1.0 |
com.google.inject : guice | jar | 4.2.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |