is not current version
Last Version 1.0.6-RELEASE

cn.detachment:detachment-web 1.0.0-RELEASE


GroupId

GroupId

cn.detachment
ArtifactId

ArtifactId

detachment-web
Version

Version

1.0.0-RELEASE
Type

Type

jar

Download detachment-web 1.0.0-RELEASE


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