License |
License
Apache License, Version 2.0 and
Common Development And Distribution License (CDDL) Version 1.0 and
Eclipse Public License - v 2.0
|
---|---|
Categories |
CategoriesTomcat Container Application Servers |
GroupId | GroupIdorg.apache.tomcat |
ArtifactId | ArtifactIdtomcat-servlet-api |
Last Version | Last Version10.1.0-M16 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjakarta.servlet package
|
Project URL |
Project URL |
Filename | Size |
---|---|
tomcat-servlet-api-10.1.0-M16.pom | |
tomcat-servlet-api-10.1.0-M16.jar | 172 KB |
tomcat-servlet-api-10.1.0-M16-sources.jar | 228 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.tomcat/tomcat-servlet-api/ -->
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-servlet-api</artifactId>
<version>10.1.0-M16</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.tomcat/tomcat-servlet-api/
implementation 'org.apache.tomcat:tomcat-servlet-api:10.1.0-M16'
// https://jarcasting.com/artifacts/org.apache.tomcat/tomcat-servlet-api/
implementation ("org.apache.tomcat:tomcat-servlet-api:10.1.0-M16")
'org.apache.tomcat:tomcat-servlet-api:jar:10.1.0-M16'
<dependency org="org.apache.tomcat" name="tomcat-servlet-api" rev="10.1.0-M16">
<artifact name="tomcat-servlet-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.tomcat', module='tomcat-servlet-api', version='10.1.0-M16')
)
libraryDependencies += "org.apache.tomcat" % "tomcat-servlet-api" % "10.1.0-M16"
[org.apache.tomcat/tomcat-servlet-api "10.1.0-M16"]