GroupId | GroupIdcn.detachment |
---|---|
ArtifactId | ArtifactIddetachment-examples |
Version | Version1.0.0-RELEASE |
Type | Typepom |
Filename | Size |
---|---|
detachment-examples-1.0.0-RELEASE.pom | 2 KB |
Browse |
<!-- 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"]