Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

Bethibande/JWebAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

138 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JWebAPI 2.2-PRE

A simple framework for easy creation of simple http servers/clients

Please note that the current v2 version is not yet stable, code of the 1.1.1 version can be found here

Overview

Requirements

version 2 and later

version 1.1.1 and below

Download

Download latest build here

Gradle

repositories {
    mavenCentral()

    maven { url "https://github.com/Bethibande/maven-repos/raw/main" }
}

dependencies {
    implementation 'de.bethibande:jwebapi:2.2-PRE'
}

Maven

<repository>
    <id>de.bethibande</id>
    <url>https://github.com/Bethibande/maven-repos/raw/main</url>
</repository>

<dependency>
    <groupId>de.bethibande</groupId>
    <artifactId>jwebapi</artifactId>
    <version>2.2-PRE</version>
</dependency>

Dependencies

Example

Full example here

About

A simple framework for easy creation of simple http servers/clients

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages