GroupId | GroupIdxyz.wc1950 |
---|---|
ArtifactId | ArtifactIdchis4cloud |
Version | Version3.2.3.1 |
Type | Typepom |
Filename | Size |
---|---|
chis4cloud-3.2.3.1.pom | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/xyz.wc1950/chis4cloud/ -->
<dependency>
<groupId>xyz.wc1950</groupId>
<artifactId>chis4cloud</artifactId>
<version>3.2.3.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/xyz.wc1950/chis4cloud/
implementation 'xyz.wc1950:chis4cloud:3.2.3.1'
// https://jarcasting.com/artifacts/xyz.wc1950/chis4cloud/
implementation ("xyz.wc1950:chis4cloud:3.2.3.1")
'xyz.wc1950:chis4cloud:pom:3.2.3.1'
<dependency org="xyz.wc1950" name="chis4cloud" rev="3.2.3.1">
<artifact name="chis4cloud" type="pom" />
</dependency>
@Grapes(
@Grab(group='xyz.wc1950', module='chis4cloud', version='3.2.3.1')
)
libraryDependencies += "xyz.wc1950" % "chis4cloud" % "3.2.3.1"
[xyz.wc1950/chis4cloud "3.2.3.1"]