Maven Repository - POM file for Servlet catalina 6.0.30 6.0.30

Summary

Tomcat Servlet Engine Core Classes and Standard implementations.

Declaration

Here is the list of declaration for catalina. 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>catalina</artifactId>
   <version>6.0.30</version>
</dependency>

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

License

Apache License.

Depended by

The following table lists the most popular artifacts which are depending on catalina-6.0.30. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Httpcoyote 6.0.30
Tomcat Connectors and HTTP parser
13




Packages

The following packages are defined in the catalina-6.0.30.jar

org.apache
org.apache.catalina
org.apache.catalina.authenticator
org.apache.catalina.connector
org.apache.catalina.core
org.apache.catalina.deploy
org.apache.catalina.filters
org.apache.catalina.loader
org.apache.catalina.manager
org.apache.catalina.manager.host
org.apache.catalina.manager.util
org.apache.catalina.mbeans
org.apache.catalina.realm
org.apache.catalina.security
org.apache.catalina.servlets
org.apache.catalina.session
org.apache.catalina.ssi
org.apache.catalina.startup
org.apache.catalina.users
org.apache.catalina.util
org.apache.catalina.valves
org.apache.naming
org.apache.naming.factory
org.apache.naming.java
org.apache.naming.resources
org.apache.naming.resources.jndi




POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?>
<!--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with
  this work for additional information regarding copyright ownership.
  The ASF licenses this file to You under the Apache License, Version 2.0
  (the "License"); you may not use this file except in compliance with
  the License.  You may obtain a copy of the License at

      http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
-->
<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.apache.tomcat</groupId>
  <artifactId>catalina</artifactId>
  <version>6.0.30</version>
  <description>Tomcat Servlet Engine Core Classes and Standard implementations</description>
  <dependencies>
    <!--
    <dependency>
      <groupId>org.apache.tomcat</groupId>
      <artifactId>coyote</artifactId>
      <version>6.0.30</version>
      <scope>compile</scope>
    </dependency>
    -->
    <dependency>
      <groupId>org.apache.tomcat</groupId>
      <artifactId>servlet-api</artifactId>
      <version>6.0.30</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.tomcat</groupId>
      <artifactId>juli</artifactId>
      <version>6.0.30</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.tomcat</groupId>
      <artifactId>annotations-api</artifactId>
      <version>6.0.30</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>