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