w

web

Create restful HTTP (GET, POST, PUT, DELETE, etc) or SSE / WebSocket application services. Manage JSON data from and to the server easily. It is build on top of Jetty library, so it is very powerful but designed to be elegant and easy to use.
https://gitlab.com/intellisrc/common
GNU General Public License v3.0
Alberto Lepe
Files download
File Operation
web-2.9.1.jar download
web-2.9.1.pom download
web-2.9.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.intellisrc</groupId>
  <artifactId>web</artifactId>
  <version>2.9.1</version>
</dependency>
Gradle Groovy
implementation 'com.intellisrc:web:2.9.1'
Gradle Kotlin
implementation("com.intellisrc:web:2.9.1")
Scala SBT
libraryDependencies += "com.intellisrc" % "web" % "2.9.1"
Groovy Grape
@Grapes(
  @Grab(group='com.intellisrc', module='web', version='2.9.1')
)
Apache Ivy
<dependency org="com.intellisrc" name="web" rev="2.9.1" />
Leiningen
[com.intellisrc/web "2.9.1"]
Apache Buildr
'com.intellisrc:web:jar:2.9.1'