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