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
- java 17
- Dependencies
- java 11
- Google Gson
Download latest build here
repositories {
mavenCentral()
maven { url "https://github.com/Bethibande/maven-repos/raw/main" }
}
dependencies {
implementation 'de.bethibande:jwebapi:2.2-PRE'
}
<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>
Full example here