Last Version

org.apache.tomcat:tomcat 10.1.0-M16

Binary distribution of Apache Tomcat

License

License

Categories

Categories

Tomcat Container Application Servers
GroupId

GroupId

org.apache.tomcat
ArtifactId

ArtifactId

tomcat
Version

Version

10.1.0-M16
Type

Type

pom
Description

Description

Binary distribution of Apache Tomcat
Project URL

Project URL

https://tomcat.apache.org/

Download tomcat 10.1.0-M16


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

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.