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