Files download
File Operation
library-escrow-1.0.0.pom download
Apache Maven
<dependency>
  <groupId>com.github.duanxinyuan</groupId>
  <artifactId>library-escrow</artifactId>
  <version>1.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.duanxinyuan:library-escrow:1.0.0'
Gradle Kotlin
implementation("com.github.duanxinyuan:library-escrow:1.0.0")
Scala SBT
libraryDependencies += "com.github.duanxinyuan" % "library-escrow" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.duanxinyuan', module='library-escrow', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.duanxinyuan" name="library-escrow" rev="1.0.0" />
Leiningen
[com.github.duanxinyuan/library-escrow "1.0.0"]
Apache Buildr
'com.github.duanxinyuan:library-escrow:jar:1.0.0'