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