R

Ribrest

Ribrest Framework - A simple Java framework that truly improve your productivity when developing restful based webservices.
https://github.com/andtankian/ribrest
MIT License
Andrew Ribeiro
文件下载
文件名 操作
Ribrest-1.27.0.jar 下载
Ribrest-1.27.0.pom 下载
Ribrest-1.27.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.andtankian</groupId>
  <artifactId>Ribrest</artifactId>
  <version>1.27.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.andtankian:Ribrest:1.27.0'
Gradle Kotlin
implementation("com.github.andtankian:Ribrest:1.27.0")
Scala SBT
libraryDependencies += "com.github.andtankian" % "Ribrest" % "1.27.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.andtankian', module='Ribrest', version='1.27.0')
)
Apache Ivy
<dependency org="com.github.andtankian" name="Ribrest" rev="1.27.0" />
Leiningen
[com.github.andtankian/Ribrest "1.27.0"]
Apache Buildr
'com.github.andtankian:Ribrest:jar:1.27.0'