d

detach-es

Files download
File Operation
detach-es-1.0.8-RELEASE.jar download
detach-es-1.0.8-RELEASE.pom download
detach-es-1.0.8-RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>cn.detachment</groupId>
  <artifactId>detach-es</artifactId>
  <version>1.0.8-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'cn.detachment:detach-es:1.0.8-RELEASE'
Gradle Kotlin
implementation("cn.detachment:detach-es:1.0.8-RELEASE")
Scala SBT
libraryDependencies += "cn.detachment" % "detach-es" % "1.0.8-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='cn.detachment', module='detach-es', version='1.0.8-RELEASE')
)
Apache Ivy
<dependency org="cn.detachment" name="detach-es" rev="1.0.8-RELEASE" />
Leiningen
[cn.detachment/detach-es "1.0.8-RELEASE"]
Apache Buildr
'cn.detachment:detach-es:jar:1.0.8-RELEASE'