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