License |
License |
---|---|
GroupId | GroupIduk.org.retep.microkernel.web |
ArtifactId | ArtifactIdcore |
Last Version | Last Version10.5.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionretepMicroKernel 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.
|
Filename | Size |
---|---|
core-10.5.1.pom | |
core-10.5.1.jar | 7 KB |
core-10.5.1-tests.jar | 1 KB |
core-10.5.1-sources.jar | 4 KB |
core-10.5.1-javadoc.jar | 38 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
uk.org.retep.tools : annotations | jar | 10.5.1 |
uk.org.retep.tools : jaxb | jar | 10.5.1 |
Group / Artifact | Type | Version |
---|---|---|
uk.org.retep.microkernel : module | jar | 10.5.1 |
Group / Artifact | Type | Version |
---|---|---|
uk.org.retep.microkernel : logger | jar | 10.5.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.7 |