is not current version
Last Version 10.5.1

uk.org.retep.microkernel.web:core 10.5

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.

GroupId

GroupId

uk.org.retep.microkernel.web
ArtifactId

ArtifactId

core
Version

Version

10.5
Type

Type

jar

Download core 10.5


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