c

crest-parent

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