r

restponse

Alternative to javax.ws.rs.core.Response to handle all responses easily
https://github.com/Fran-Abril/restponse
MIT License
Fran Abril
文件下载
文件名 操作
restponse-1.0.0.jar 下载
restponse-1.0.0.pom 下载
restponse-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.fran-abril</groupId>
  <artifactId>restponse</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.fran-abril:restponse:1.0.0'
Gradle Kotlin
implementation("io.github.fran-abril:restponse:1.0.0")
Scala SBT
libraryDependencies += "io.github.fran-abril" % "restponse" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.fran-abril', module='restponse', version='1.0.0')
)
Apache Ivy
<dependency org="io.github.fran-abril" name="restponse" rev="1.0.0" />
Leiningen
[io.github.fran-abril/restponse "1.0.0"]
Apache Buildr
'io.github.fran-abril:restponse:jar:1.0.0'