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