Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.soklet |
ArtifactId | ArtifactIdsoklet-guice |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
soklet-guice-1.0.4.pom | |
soklet-guice-1.0.4.jar | 5 KB |
soklet-guice-1.0.4-sources.jar | 3 KB |
soklet-guice-1.0.4-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.soklet/soklet-guice/ -->
<dependency>
<groupId>com.soklet</groupId>
<artifactId>soklet-guice</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.soklet/soklet-guice/
implementation 'com.soklet:soklet-guice:1.0.4'
// https://jarcasting.com/artifacts/com.soklet/soklet-guice/
implementation ("com.soklet:soklet-guice:1.0.4")
'com.soklet:soklet-guice:jar:1.0.4'
<dependency org="com.soklet" name="soklet-guice" rev="1.0.4">
<artifact name="soklet-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.soklet', module='soklet-guice', version='1.0.4')
)
libraryDependencies += "com.soklet" % "soklet-guice" % "1.0.4"
[com.soklet/soklet-guice "1.0.4"]