Last Version

io.inkstand:inkstand 0.1.3

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.

License

License

GroupId

GroupId

io.inkstand
ArtifactId

ArtifactId

inkstand
Version

Version

0.1.3
Type

Type

pom
Description

Description

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

Download inkstand 0.1.3

Filename Size
inkstand-0.1.3.pom 2 KB
Browse

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

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.6

provided (1)

Group / Artifact Type Version
org.jacoco : jacoco-maven-plugin jar 0.7.2.201409121644

test (5)

Group / Artifact Type Version
org.apache.logging.log4j : log4j-slf4j-impl jar 2.0-rc1
org.apache.logging.log4j : log4j-api jar 2.0-rc1
org.apache.logging.log4j : log4j-core jar 2.0-rc1
junit : junit jar 4.11
org.mockito : mockito-all jar 1.9.5

Project Modules

  • inkstand-core
  • inkstand-jcr
  • inkstand-jcr-jackrabbit
  • inkstand-http-undertow
  • inkstand-deployments
  • inkstand-ms
  • inkstand-security
  • inkstand-parent