Last Version

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

Version

0.1.3
Type

Type

pom
Description

Description

io.inkstand:inkstand-parent
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.
Source Code Management

Source Code Management

https://github.com/inkstand-io/inkstand

Download inkstand-parent 0.1.3

Filename Size
inkstand-parent-0.1.3.pom 23 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.