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