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.

License

License

GroupId

GroupId

uk.org.retep.microkernel.web
ArtifactId

ArtifactId

core
Last Version

Last Version

10.5.1
Release Date

Release Date

Type

Type

jar
Description

Description

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.

Download core

How to add to project

<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
uk.org.retep.tools : annotations jar 10.5.1
uk.org.retep.tools : jaxb jar 10.5.1

provided (1)

Group / Artifact Type Version
uk.org.retep.microkernel : module jar 10.5.1

runtime (1)

Group / Artifact Type Version
uk.org.retep.microkernel : logger jar 10.5.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.7

Project Modules

There are no modules declared in this project.

Versions

Version
10.5.1
10.5
10.1
9.11
9.10