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