GroupId | GroupIdcn.detachment |
---|---|
ArtifactId | ArtifactIddetachment-log |
Version | Version1.0.2-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.detachment/detachment-log/ -->
<dependency>
<groupId>cn.detachment</groupId>
<artifactId>detachment-log</artifactId>
<version>1.0.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.detachment/detachment-log/
implementation 'cn.detachment:detachment-log:1.0.2-RELEASE'
// https://jarcasting.com/artifacts/cn.detachment/detachment-log/
implementation ("cn.detachment:detachment-log:1.0.2-RELEASE")
'cn.detachment:detachment-log:jar:1.0.2-RELEASE'
<dependency org="cn.detachment" name="detachment-log" rev="1.0.2-RELEASE">
<artifact name="detachment-log" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.detachment', module='detachment-log', version='1.0.2-RELEASE')
)
libraryDependencies += "cn.detachment" % "detachment-log" % "1.0.2-RELEASE"
[cn.detachment/detachment-log "1.0.2-RELEASE"]