GroupId | GroupIdcom.voodoodyne.gstrap |
---|---|
ArtifactId | ArtifactIdgstrap-parent |
Version | Version0.34 |
Type | Typepom |
Filename | Size |
---|---|
gstrap-parent-0.34.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.voodoodyne.gstrap/gstrap-parent/ -->
<dependency>
<groupId>com.voodoodyne.gstrap</groupId>
<artifactId>gstrap-parent</artifactId>
<version>0.34</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.voodoodyne.gstrap/gstrap-parent/
implementation 'com.voodoodyne.gstrap:gstrap-parent:0.34'
// https://jarcasting.com/artifacts/com.voodoodyne.gstrap/gstrap-parent/
implementation ("com.voodoodyne.gstrap:gstrap-parent:0.34")
'com.voodoodyne.gstrap:gstrap-parent:pom:0.34'
<dependency org="com.voodoodyne.gstrap" name="gstrap-parent" rev="0.34">
<artifact name="gstrap-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.voodoodyne.gstrap', module='gstrap-parent', version='0.34')
)
libraryDependencies += "com.voodoodyne.gstrap" % "gstrap-parent" % "0.34"
[com.voodoodyne.gstrap/gstrap-parent "0.34"]