i

inkstand

A lightweight infrastructure for standalone rest based microservices. Based on the idea and basic implementation by John Ament, https://github.com/johnament/hammock. Inkstand consists of a CDI container (Weld), a WebServer/Servlet Container (Undertow) and Jax-RS implementation and webapp (RestEasy). It provides auto resource and provider discovery and base support for JCR-based persistence.
https://github.com/moskitoli/inkstand/wiki
The Apache Software License, Version 2.0
Gerald Muecke
Files download
File Operation
inkstand-0.0.1.pom download
Apache Maven
<dependency>
  <groupId>li.moskito</groupId>
  <artifactId>inkstand</artifactId>
  <version>0.0.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'li.moskito:inkstand:0.0.1'
Gradle Kotlin
implementation("li.moskito:inkstand:0.0.1")
Scala SBT
libraryDependencies += "li.moskito" % "inkstand" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='li.moskito', module='inkstand', version='0.0.1')
)
Apache Ivy
<dependency org="li.moskito" name="inkstand" rev="0.0.1" />
Leiningen
[li.moskito/inkstand "0.0.1"]
Apache Buildr
'li.moskito:inkstand:jar:0.0.1'