GroupId | GroupIdcn.detachment |
---|---|
ArtifactId | ArtifactIddetachment-rocketmq-example |
Version | Version1.0.0-RELEASE |
Type | Typepom |
Filename | Size |
---|---|
detachment-rocketmq-example-1.0.0-RELEASE.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.detachment/detachment-rocketmq-example/ -->
<dependency>
<groupId>cn.detachment</groupId>
<artifactId>detachment-rocketmq-example</artifactId>
<version>1.0.0-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.detachment/detachment-rocketmq-example/
implementation 'cn.detachment:detachment-rocketmq-example:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/cn.detachment/detachment-rocketmq-example/
implementation ("cn.detachment:detachment-rocketmq-example:1.0.0-RELEASE")
'cn.detachment:detachment-rocketmq-example:pom:1.0.0-RELEASE'
<dependency org="cn.detachment" name="detachment-rocketmq-example" rev="1.0.0-RELEASE">
<artifact name="detachment-rocketmq-example" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.detachment', module='detachment-rocketmq-example', version='1.0.0-RELEASE')
)
libraryDependencies += "cn.detachment" % "detachment-rocketmq-example" % "1.0.0-RELEASE"
[cn.detachment/detachment-rocketmq-example "1.0.0-RELEASE"]