is not current version
Last Version 1.0.2-RELEASE

cn.detachment:detachment-examples 1.0.0-RELEASE


GroupId

GroupId

cn.detachment
ArtifactId

ArtifactId

detachment-examples
Version

Version

1.0.0-RELEASE
Type

Type

pom

Download detachment-examples 1.0.0-RELEASE


<!-- https://jarcasting.com/artifacts/cn.detachment/detachment-examples/ -->
<dependency>
    <groupId>cn.detachment</groupId>
    <artifactId>detachment-examples</artifactId>
    <version>1.0.0-RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.detachment/detachment-examples/
implementation 'cn.detachment:detachment-examples:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/cn.detachment/detachment-examples/
implementation ("cn.detachment:detachment-examples:1.0.0-RELEASE")
'cn.detachment:detachment-examples:pom:1.0.0-RELEASE'
<dependency org="cn.detachment" name="detachment-examples" rev="1.0.0-RELEASE">
  <artifact name="detachment-examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.detachment', module='detachment-examples', version='1.0.0-RELEASE')
)
libraryDependencies += "cn.detachment" % "detachment-examples" % "1.0.0-RELEASE"
[cn.detachment/detachment-examples "1.0.0-RELEASE"]