Maven Repository - POM file for Servlet servlet-api 6.0.13 6.0.13

Summary

javax.servlet package.

Declaration

Here is the list of declaration for servlet-api. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.apache.tomcat</groupId>
   <artifactId>servlet-api</artifactId>
   <version>6.0.13</version>
</dependency>

If you think this Maven repository POM file listing for servlet-api is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Packages

The following packages are defined in the servlet-api-6.0.13.jar

javax.servlet
javax.servlet.http




POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?><project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.apache.tomcat</groupId>
  <artifactId>servlet-api</artifactId>
  <version>6.0.13</version>
  <description>javax.servlet package</description>
</project>