GroupId | GroupIdcom.voodoodyne.gstrap |
---|---|
ArtifactId | ArtifactIdgstrap-gae-test |
Version | Version0.10 |
Type | Typejar |
Filename | Size |
---|---|
gstrap-gae-test-0.10.pom | |
gstrap-gae-test-0.10.jar | 9 KB |
gstrap-gae-test-0.10-sources.jar | 5 KB |
gstrap-gae-test-0.10-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.voodoodyne.gstrap/gstrap-gae-test/ -->
<dependency>
<groupId>com.voodoodyne.gstrap</groupId>
<artifactId>gstrap-gae-test</artifactId>
<version>0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.voodoodyne.gstrap/gstrap-gae-test/
implementation 'com.voodoodyne.gstrap:gstrap-gae-test:0.10'
// https://jarcasting.com/artifacts/com.voodoodyne.gstrap/gstrap-gae-test/
implementation ("com.voodoodyne.gstrap:gstrap-gae-test:0.10")
'com.voodoodyne.gstrap:gstrap-gae-test:jar:0.10'
<dependency org="com.voodoodyne.gstrap" name="gstrap-gae-test" rev="0.10">
<artifact name="gstrap-gae-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.voodoodyne.gstrap', module='gstrap-gae-test', version='0.10')
)
libraryDependencies += "com.voodoodyne.gstrap" % "gstrap-gae-test" % "0.10"
[com.voodoodyne.gstrap/gstrap-gae-test "0.10"]