Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection ORM Data |
---|---|
GroupId | GroupIdcom.kaching.platform |
ArtifactId | ArtifactIdkawala-guice |
Version | Version0.1.5 |
Type | Typejar |
Filename | Size |
---|---|
kawala-guice-0.1.5.pom | |
kawala-guice-0.1.5.jar | 3 KB |
kawala-guice-0.1.5-sources.jar | 1 KB |
kawala-guice-0.1.5-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kaching.platform/kawala-guice/ -->
<dependency>
<groupId>com.kaching.platform</groupId>
<artifactId>kawala-guice</artifactId>
<version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.kaching.platform/kawala-guice/
implementation 'com.kaching.platform:kawala-guice:0.1.5'
// https://jarcasting.com/artifacts/com.kaching.platform/kawala-guice/
implementation ("com.kaching.platform:kawala-guice:0.1.5")
'com.kaching.platform:kawala-guice:jar:0.1.5'
<dependency org="com.kaching.platform" name="kawala-guice" rev="0.1.5">
<artifact name="kawala-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kaching.platform', module='kawala-guice', version='0.1.5')
)
libraryDependencies += "com.kaching.platform" % "kawala-guice" % "0.1.5"
[com.kaching.platform/kawala-guice "0.1.5"]