r

restful-api

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