is not current version
Last Version 0.1.0

li.moskito:inkstand 0.0.1

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.

GroupId

GroupId

li.moskito
ArtifactId

ArtifactId

inkstand
Version

Version

0.0.1
Type

Type

pom

Download inkstand 0.0.1

Filename Size
inkstand-0.0.1.pom 15 KB
Browse

<!-- https://jarcasting.com/artifacts/li.moskito/inkstand/ -->
<dependency>
    <groupId>li.moskito</groupId>
    <artifactId>inkstand</artifactId>
    <version>0.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/li.moskito/inkstand/
implementation 'li.moskito:inkstand:0.0.1'
// https://jarcasting.com/artifacts/li.moskito/inkstand/
implementation ("li.moskito:inkstand:0.0.1")
'li.moskito:inkstand:pom:0.0.1'
<dependency org="li.moskito" name="inkstand" rev="0.0.1">
  <artifact name="inkstand" type="pom" />
</dependency>
@Grapes(
@Grab(group='li.moskito', module='inkstand', version='0.0.1')
)
libraryDependencies += "li.moskito" % "inkstand" % "0.0.1"
[li.moskito/inkstand "0.0.1"]