is not current version
Last Version 1.0.6

com.soklet:soklet-guice 1.0.1

Guice integration for Soklet, a minimalist infrastructure for Java webapps and microservices.

Categories

Categories

GUI User Interface Guice Application Layer Libs Dependency Injection
GroupId

GroupId

com.soklet
ArtifactId

ArtifactId

soklet-guice
Version

Version

1.0.1
Type

Type

jar

Download soklet-guice 1.0.1


<!-- https://jarcasting.com/artifacts/com.soklet/soklet-guice/ -->
<dependency>
    <groupId>com.soklet</groupId>
    <artifactId>soklet-guice</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.soklet/soklet-guice/
implementation 'com.soklet:soklet-guice:1.0.1'
// https://jarcasting.com/artifacts/com.soklet/soklet-guice/
implementation ("com.soklet:soklet-guice:1.0.1")
'com.soklet:soklet-guice:jar:1.0.1'
<dependency org="com.soklet" name="soklet-guice" rev="1.0.1">
  <artifact name="soklet-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.soklet', module='soklet-guice', version='1.0.1')
)
libraryDependencies += "com.soklet" % "soklet-guice" % "1.0.1"
[com.soklet/soklet-guice "1.0.1"]