GroupId | GroupIdfit.chis.cloud |
---|---|
ArtifactId | ArtifactIdchis4cloud-api-system |
Version | Version3.2.3.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/fit.chis.cloud/chis4cloud-api-system/ -->
<dependency>
<groupId>fit.chis.cloud</groupId>
<artifactId>chis4cloud-api-system</artifactId>
<version>3.2.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/fit.chis.cloud/chis4cloud-api-system/
implementation 'fit.chis.cloud:chis4cloud-api-system:3.2.3.6'
// https://jarcasting.com/artifacts/fit.chis.cloud/chis4cloud-api-system/
implementation ("fit.chis.cloud:chis4cloud-api-system:3.2.3.6")
'fit.chis.cloud:chis4cloud-api-system:jar:3.2.3.6'
<dependency org="fit.chis.cloud" name="chis4cloud-api-system" rev="3.2.3.6">
<artifact name="chis4cloud-api-system" type="jar" />
</dependency>
@Grapes(
@Grab(group='fit.chis.cloud', module='chis4cloud-api-system', version='3.2.3.6')
)
libraryDependencies += "fit.chis.cloud" % "chis4cloud-api-system" % "3.2.3.6"
[fit.chis.cloud/chis4cloud-api-system "3.2.3.6"]