| GroupId | GroupIdxyz.wc1950 |
|---|---|
| ArtifactId | ArtifactIdchis4cloud-common-log |
| Version | Version3.1.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/xyz.wc1950/chis4cloud-common-log/ -->
<dependency>
<groupId>xyz.wc1950</groupId>
<artifactId>chis4cloud-common-log</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.wc1950/chis4cloud-common-log/
implementation 'xyz.wc1950:chis4cloud-common-log:3.1.0'
// https://jarcasting.com/artifacts/xyz.wc1950/chis4cloud-common-log/
implementation ("xyz.wc1950:chis4cloud-common-log:3.1.0")
'xyz.wc1950:chis4cloud-common-log:jar:3.1.0'
<dependency org="xyz.wc1950" name="chis4cloud-common-log" rev="3.1.0">
<artifact name="chis4cloud-common-log" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.wc1950', module='chis4cloud-common-log', version='3.1.0')
)
libraryDependencies += "xyz.wc1950" % "chis4cloud-common-log" % "3.1.0"
[xyz.wc1950/chis4cloud-common-log "3.1.0"]