jboss-servlet-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.jboss.javaee</groupId> <artifactId>jboss-servlet-api</artifactId> <version>2.5.0.GA</version> </dependency>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.jboss.javaee</groupId> <artifactId>jboss-javaee-parent</artifactId> <version>5.0.0.GA</version> <relativePath>../build/pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.jboss.javaee</groupId> <artifactId>jboss-servlet-api</artifactId> <version>2.5.0.GA</version> <packaging>jar</packaging> <name>JBoss Java Servlet 2.5 API</name> <url>http://www.jboss.org</url> <description>The Java Servlet 2.5 API classes</description> <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <configuration> <doctitle>Java Servlet ${project.version} API Documentation</doctitle> <links> <link>http://java.sun.com/j2se/1.5/docs/api</link> </links> <windowtitle>Java Servlet ${project.version} API Documentation</windowtitle> </configuration> </plugin> </plugins> </reporting> </project>