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