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