| GroupId | GroupIdfit.chis.cloud |
|---|---|
| ArtifactId | ArtifactIdchis4cloud-api |
| Version | Version3.2.1.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| chis4cloud-api-3.2.1.1.pom | 679 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/fit.chis.cloud/chis4cloud-api/ -->
<dependency>
<groupId>fit.chis.cloud</groupId>
<artifactId>chis4cloud-api</artifactId>
<version>3.2.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/fit.chis.cloud/chis4cloud-api/
implementation 'fit.chis.cloud:chis4cloud-api:3.2.1.1'
// https://jarcasting.com/artifacts/fit.chis.cloud/chis4cloud-api/
implementation ("fit.chis.cloud:chis4cloud-api:3.2.1.1")
'fit.chis.cloud:chis4cloud-api:pom:3.2.1.1'
<dependency org="fit.chis.cloud" name="chis4cloud-api" rev="3.2.1.1">
<artifact name="chis4cloud-api" type="pom" />
</dependency>
@Grapes(
@Grab(group='fit.chis.cloud', module='chis4cloud-api', version='3.2.1.1')
)
libraryDependencies += "fit.chis.cloud" % "chis4cloud-api" % "3.2.1.1"
[fit.chis.cloud/chis4cloud-api "3.2.1.1"]