r

restful-api

RESTful API 通用接口请求及响应包装类
Files download
File Operation
restful-api-0.0.4.jar download
restful-api-0.0.4.pom download
restful-api-0.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>cn.gomro</groupId>
  <artifactId>restful-api</artifactId>
  <version>0.0.4</version>
</dependency>
Gradle Groovy
implementation 'cn.gomro:restful-api:0.0.4'
Gradle Kotlin
implementation("cn.gomro:restful-api:0.0.4")
Scala SBT
libraryDependencies += "cn.gomro" % "restful-api" % "0.0.4"
Groovy Grape
@Grapes(
  @Grab(group='cn.gomro', module='restful-api', version='0.0.4')
)
Apache Ivy
<dependency org="cn.gomro" name="restful-api" rev="0.0.4" />
Leiningen
[cn.gomro/restful-api "0.0.4"]
Apache Buildr
'cn.gomro:restful-api:jar:0.0.4'