License |
License |
---|---|
Categories |
CategoriesTomcat Container Application Servers |
GroupId | GroupIduk.org.retep.microkernel.web |
ArtifactId | ArtifactIdtomcat |
Last Version | Last Version10.5.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionretepMicroKernel Web Tomcat Server
The retepMicroKernel application container.
|
Filename | Size |
---|---|
tomcat-10.5.1.pom | |
tomcat-10.5.1.jar | 17 KB |
tomcat-10.5.1-tests.jar | 1 KB |
tomcat-10.5.1-sources.jar | 17 KB |
tomcat-10.5.1-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.org.retep.microkernel.web/tomcat/ -->
<dependency>
<groupId>uk.org.retep.microkernel.web</groupId>
<artifactId>tomcat</artifactId>
<version>10.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/uk.org.retep.microkernel.web/tomcat/
implementation 'uk.org.retep.microkernel.web:tomcat:10.5.1'
// https://jarcasting.com/artifacts/uk.org.retep.microkernel.web/tomcat/
implementation ("uk.org.retep.microkernel.web:tomcat:10.5.1")
'uk.org.retep.microkernel.web:tomcat:jar:10.5.1'
<dependency org="uk.org.retep.microkernel.web" name="tomcat" rev="10.5.1">
<artifact name="tomcat" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.org.retep.microkernel.web', module='tomcat', version='10.5.1')
)
libraryDependencies += "uk.org.retep.microkernel.web" % "tomcat" % "10.5.1"
[uk.org.retep.microkernel.web/tomcat "10.5.1"]
Group / Artifact | Type | Version |
---|---|---|
uk.org.retep.microkernel.web : core | jar | 10.5.1 |
org.apache.tomcat : catalina | jar | 6.0.26 |
org.apache.tomcat : coyote | jar | 6.0.26 |
org.apache.tomcat : jasper | jar | 6.0.26 |
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 |