Java Restful Api

A Light-weight RESTful API Framework based on java internal HTTPServer (com.sun.net.httpserver) - support HEAD, GET, POST, PUT, DELETE, OPTIONS, PATCH and TRACE methods - support RestController - support Server Side Event - support Router, and resource server, from file or from jar as resources

Лицензия

Лицензия

Группа

Группа

com.github.salemebo
Идентификатор

Идентификатор

restful-api
Последняя версия

Последняя версия

0.2.8
Дата

Дата

Тип

Тип

jar
Описание

Описание

Java Restful Api
A Light-weight RESTful API Framework based on java internal HTTPServer (com.sun.net.httpserver) - support HEAD, GET, POST, PUT, DELETE, OPTIONS, PATCH and TRACE methods - support RestController - support Server Side Event - support Router, and resource server, from file or from jar as resources
Ссылка на сайт

Ссылка на сайт

https://github.com/salemebo/restful-api
Система контроля версий

Система контроля версий

http://github.com/salemebo/restful-api

Скачать restful-api

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.salemebo/restful-api/ -->
<dependency>
    <groupId>com.github.salemebo</groupId>
    <artifactId>restful-api</artifactId>
    <version>0.2.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.salemebo/restful-api/
implementation 'com.github.salemebo:restful-api:0.2.8'
// https://jarcasting.com/artifacts/com.github.salemebo/restful-api/
implementation ("com.github.salemebo:restful-api:0.2.8")
'com.github.salemebo:restful-api:jar:0.2.8'
<dependency org="com.github.salemebo" name="restful-api" rev="0.2.8">
  <artifact name="restful-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.salemebo', module='restful-api', version='0.2.8')
)
libraryDependencies += "com.github.salemebo" % "restful-api" % "0.2.8"
[com.github.salemebo/restful-api "0.2.8"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.google.code.gson : gson jar 2.8.6

test (1)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter-api jar 5.6.2

Модули Проекта

Данный проект не имеет модулей.

RESTful API (0.2.8)

A Light-weight RESTful API Framework based on java internal HTTPServer (com.sun.net.httpserver)

  • support HEAD, GET, POST, PUT, DELETE, OPTIONS, PATCH and TRACE methods
  • support RestController
  • support Server Side Event
  • support Router, and resource server, from file or from jar as resources

Install

<dependency>
  <groupId>com.github.salemebo</groupId>
  <artifactId>restful-api</artifactId>
  <version>0.2.8</version>
</dependency>

Версии библиотеки

Версия
0.2.8