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