s

sparkling

Sparkling is a tool to create RESTful HTTP services from Java objects (called 'handler') with a single line of code. It is build on top of the Spark micro framework.
https://git.opendfki.de/reuschling/sparkling
BSD 3-clause
Christian Reuschling
Files download
File Operation
sparkling-0.2.1.jar download
sparkling-0.2.1.pom download
sparkling-0.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>de.dfki.sds</groupId>
  <artifactId>sparkling</artifactId>
  <version>0.2.1</version>
</dependency>
Gradle Groovy
implementation 'de.dfki.sds:sparkling:0.2.1'
Gradle Kotlin
implementation("de.dfki.sds:sparkling:0.2.1")
Scala SBT
libraryDependencies += "de.dfki.sds" % "sparkling" % "0.2.1"
Groovy Grape
@Grapes(
  @Grab(group='de.dfki.sds', module='sparkling', version='0.2.1')
)
Apache Ivy
<dependency org="de.dfki.sds" name="sparkling" rev="0.2.1" />
Leiningen
[de.dfki.sds/sparkling "0.2.1"]
Apache Buildr
'de.dfki.sds:sparkling:jar:0.2.1'