GroupId | GroupIdorg.hspconsortium.release |
---|---|
ArtifactId | ArtifactIdhspc-release |
Version | Version0.7 |
Type | Typepom |
Filename | Size |
---|---|
hspc-release-0.7.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hspconsortium.release/hspc-release/ -->
<dependency>
<groupId>org.hspconsortium.release</groupId>
<artifactId>hspc-release</artifactId>
<version>0.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hspconsortium.release/hspc-release/
implementation 'org.hspconsortium.release:hspc-release:0.7'
// https://jarcasting.com/artifacts/org.hspconsortium.release/hspc-release/
implementation ("org.hspconsortium.release:hspc-release:0.7")
'org.hspconsortium.release:hspc-release:pom:0.7'
<dependency org="org.hspconsortium.release" name="hspc-release" rev="0.7">
<artifact name="hspc-release" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hspconsortium.release', module='hspc-release', version='0.7')
)
libraryDependencies += "org.hspconsortium.release" % "hspc-release" % "0.7"
[org.hspconsortium.release/hspc-release "0.7"]