is not current version
Last Version 0.1.3

io.inkstand:inkstand-parent 0.1.2

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-parent
Version

Version

0.1.2
Type

Type

pom

Download inkstand-parent 0.1.2

Filename Size
inkstand-parent-0.1.2.pom 20 KB
Browse

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