License |
License |
---|---|
GroupId | GroupIdcom.github.salemebo |
ArtifactId | ArtifactIdrestful-api |
Version | Version0.2.8 |
Type | Typejar |
Description |
DescriptionJava 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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
restful-api-0.2.8.pom | |
restful-api-0.2.8.jar | 61 KB |
restful-api-0.2.8-sources.jar | 35 KB |
restful-api-0.2.8-javadoc.jar | 288 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.8.6 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.6.2 |