is not current version
Last Version 10.1.0-M16

org.apache.tomcat:tomcat 10.0.6

Binary distribution of Apache Tomcat

License

License

Categories

Categories

Tomcat Container Application Servers
GroupId

GroupId

org.apache.tomcat
ArtifactId

ArtifactId

tomcat
Version

Version

10.0.6
Type

Type

pom
Description

Description

Binary distribution of Apache Tomcat
Project URL

Project URL

https://tomcat.apache.org/

Download tomcat 10.0.6


<!-- https://jarcasting.com/artifacts/org.apache.tomcat/tomcat/ -->
<dependency>
    <groupId>org.apache.tomcat</groupId>
    <artifactId>tomcat</artifactId>
    <version>10.0.6</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.tomcat/tomcat/
implementation 'org.apache.tomcat:tomcat:10.0.6'
// https://jarcasting.com/artifacts/org.apache.tomcat/tomcat/
implementation ("org.apache.tomcat:tomcat:10.0.6")
'org.apache.tomcat:tomcat:pom:10.0.6'
<dependency org="org.apache.tomcat" name="tomcat" rev="10.0.6">
  <artifact name="tomcat" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.tomcat', module='tomcat', version='10.0.6')
)
libraryDependencies += "org.apache.tomcat" % "tomcat" % "10.0.6"
[org.apache.tomcat/tomcat "10.0.6"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.