| GroupId | GroupIdcom.github.stephenc.scale7 |
|---|---|
| ArtifactId | ArtifactIdscale7-pelops |
| Version | Version0.912-0.7.0-rc4-1 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.stephenc.scale7/scale7-pelops/ -->
<dependency>
<groupId>com.github.stephenc.scale7</groupId>
<artifactId>scale7-pelops</artifactId>
<version>0.912-0.7.0-rc4-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stephenc.scale7/scale7-pelops/
implementation 'com.github.stephenc.scale7:scale7-pelops:0.912-0.7.0-rc4-1'
// https://jarcasting.com/artifacts/com.github.stephenc.scale7/scale7-pelops/
implementation ("com.github.stephenc.scale7:scale7-pelops:0.912-0.7.0-rc4-1")
'com.github.stephenc.scale7:scale7-pelops:jar:0.912-0.7.0-rc4-1'
<dependency org="com.github.stephenc.scale7" name="scale7-pelops" rev="0.912-0.7.0-rc4-1">
<artifact name="scale7-pelops" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stephenc.scale7', module='scale7-pelops', version='0.912-0.7.0-rc4-1')
)
libraryDependencies += "com.github.stephenc.scale7" % "scale7-pelops" % "0.912-0.7.0-rc4-1"
[com.github.stephenc.scale7/scale7-pelops "0.912-0.7.0-rc4-1"]