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