is not current version
Last Version 0.1.3

io.inkstand:inkstand 0.1.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

io.inkstand
ArtifactId

ArtifactId

inkstand
Version

Version

0.1.1
Type

Type

pom

Download inkstand 0.1.1

Filename Size
inkstand-0.1.1.pom 16 KB
Browse

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