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