文件下载
文件名 操作
resty-1.3.0.RELEASE.pom 下载
Apache Maven
<dependency>
  <groupId>cn.dreampie</groupId>
  <artifactId>resty</artifactId>
  <version>1.3.0.RELEASE</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'cn.dreampie:resty:1.3.0.RELEASE'
Gradle Kotlin
implementation("cn.dreampie:resty:1.3.0.RELEASE")
Scala SBT
libraryDependencies += "cn.dreampie" % "resty" % "1.3.0.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='cn.dreampie', module='resty', version='1.3.0.RELEASE')
)
Apache Ivy
<dependency org="cn.dreampie" name="resty" rev="1.3.0.RELEASE" />
Leiningen
[cn.dreampie/resty "1.3.0.RELEASE"]
Apache Buildr
'cn.dreampie:resty:jar:1.3.0.RELEASE'
本项目依赖