Последняя версия

li.moskito:inkstand 0.1.0

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.

Лицензия

Лицензия

Группа

Группа

li.moskito
Идентификатор

Идентификатор

inkstand
Версия

Версия

0.1.0
Тип

Тип

pom
Описание

Описание

li.moskito: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.
Ссылка на сайт

Ссылка на сайт

https://github.com/moskitoli/inkstand/wiki
Система контроля версий

Система контроля версий

https://github.com/moskitoli/inkstand

Скачать inkstand 0.1.0

Имя Файла Размер
inkstand-0.1.0.pom 16 KB
Обзор

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

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-api jar 1.7.6
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

provided (1)

Идентификатор библиотеки Тип Версия
org.jacoco : jacoco-maven-plugin jar 0.7.2.201409121644

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11
org.mockito : mockito-all jar 1.9.5

Модули Проекта

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