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

License

License

GroupId

GroupId

com.github.salemebo
ArtifactId

ArtifactId

restful-api
Last Version

Last Version

0.2.8
Release Date

Release Date

Type

Type

jar
Description

Description

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
Project URL

Project URL

https://github.com/salemebo/restful-api
Source Code Management

Source Code Management

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

Download restful-api

How to add to project

<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
com.google.code.gson : gson jar 2.8.6

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.6.2

Project Modules

There are no modules declared in this project.

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>

Versions

Version
0.2.8