Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.
/ Skugga Public archive

Lightweight API to serve HTTP content easily in a scalable and extensible way.

License

Notifications You must be signed in to change notification settings

BinarSkugga/Skugga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Skugga

Skugga is an HTTP API that helps Java developers make and publish simple yet efficient REST services. It provides utilities to implement controllers and endpoints that connects easily and support inheritance of behavior. Using simple annotations and basic implementations it can link your data with your controllers, your http exchange and your session handlers.

Install

Maven

<repository>
	<id>skugga.repo</id>
	<url>https://raw.github.com/binarskugga/skugga/maven</url>
	<snapshots>
        <enabled>true</enabled>
        <updatePolicy>always</updatePolicy>
    </snapshots>
</repository>

JDK 11

<dependency>
	<groupId>com.binarskugga</groupId>
	<artifactId>skugga</artifactId>
	<version>2.1</version>
</dependency>

JDK 8

<dependency>
	<groupId>com.binarskugga</groupId>
	<artifactId>skugga</artifactId>
	<version>2.1-j8</version>
</dependency>

About

Lightweight API to serve HTTP content easily in a scalable and extensible way.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages