c

crest-parent

CRest - Client Representational State Transfer
http://crest.codegist.org/
Apache Software License - Version 2.0
文件下载
文件名 操作
crest-parent-2.0.0-RC1.pom 下载
Apache Maven
<dependency>
  <groupId>org.codegist.crest</groupId>
  <artifactId>crest-parent</artifactId>
  <version>2.0.0-RC1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.codegist.crest:crest-parent:2.0.0-RC1'
Gradle Kotlin
implementation("org.codegist.crest:crest-parent:2.0.0-RC1")
Scala SBT
libraryDependencies += "org.codegist.crest" % "crest-parent" % "2.0.0-RC1"
Groovy Grape
@Grapes(
  @Grab(group='org.codegist.crest', module='crest-parent', version='2.0.0-RC1')
)
Apache Ivy
<dependency org="org.codegist.crest" name="crest-parent" rev="2.0.0-RC1" />
Leiningen
[org.codegist.crest/crest-parent "2.0.0-RC1"]
Apache Buildr
'org.codegist.crest:crest-parent:jar:2.0.0-RC1'