Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.voodoodyne.postguice |
ArtifactId | ArtifactIdpostguice |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
postguice-0.1.pom | |
postguice-0.1.jar | 13 KB |
postguice-0.1-sources.jar | 7 KB |
postguice-0.1-javadoc.jar | 76 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.voodoodyne.postguice/postguice/ -->
<dependency>
<groupId>com.voodoodyne.postguice</groupId>
<artifactId>postguice</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.voodoodyne.postguice/postguice/
implementation 'com.voodoodyne.postguice:postguice:0.1'
// https://jarcasting.com/artifacts/com.voodoodyne.postguice/postguice/
implementation ("com.voodoodyne.postguice:postguice:0.1")
'com.voodoodyne.postguice:postguice:jar:0.1'
<dependency org="com.voodoodyne.postguice" name="postguice" rev="0.1">
<artifact name="postguice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.voodoodyne.postguice', module='postguice', version='0.1')
)
libraryDependencies += "com.voodoodyne.postguice" % "postguice" % "0.1"
[com.voodoodyne.postguice/postguice "0.1"]