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