retepMicroKernel Web Core

Common classes for embeded web servers. In 99% of cases, user applications should just refer to this module and then include one of the required integrations (jetty, grizzly etc) within their application assembly modules. This then allows the underlying webserver to be swapped out easily.

Лицензия

Лицензия

Группа

Группа

uk.org.retep.microkernel.web
Идентификатор

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

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

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

10.5.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

retepMicroKernel Web Core
Common classes for embeded web servers. In 99% of cases, user applications should just refer to this module and then include one of the required integrations (jetty, grizzly etc) within their application assembly modules. This then allows the underlying webserver to be swapped out easily.

Скачать core

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/uk.org.retep.microkernel.web/core/ -->
<dependency>
    <groupId>uk.org.retep.microkernel.web</groupId>
    <artifactId>core</artifactId>
    <version>10.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/uk.org.retep.microkernel.web/core/
implementation 'uk.org.retep.microkernel.web:core:10.5.1'
// https://jarcasting.com/artifacts/uk.org.retep.microkernel.web/core/
implementation ("uk.org.retep.microkernel.web:core:10.5.1")
'uk.org.retep.microkernel.web:core:jar:10.5.1'
<dependency org="uk.org.retep.microkernel.web" name="core" rev="10.5.1">
  <artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.org.retep.microkernel.web', module='core', version='10.5.1')
)
libraryDependencies += "uk.org.retep.microkernel.web" % "core" % "10.5.1"
[uk.org.retep.microkernel.web/core "10.5.1"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
uk.org.retep.tools : annotations jar 10.5.1
uk.org.retep.tools : jaxb jar 10.5.1

provided (1)

Идентификатор библиотеки Тип Версия
uk.org.retep.microkernel : module jar 10.5.1

runtime (1)

Идентификатор библиотеки Тип Версия
uk.org.retep.microkernel : logger jar 10.5.1

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.7

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

Данный проект не имеет модулей.

Версии библиотеки

Версия
10.5.1
10.5
10.1
9.11
9.10