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