Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.soklet |
ArtifactId | ArtifactIdsoklet-guice |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
soklet-guice-1.0.1.pom | |
soklet-guice-1.0.1.jar | 5 KB |
soklet-guice-1.0.1-sources.jar | 3 KB |
soklet-guice-1.0.1-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.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"]