组织ID: |
org.jboss.spec.javax.servlet |
项目ID: |
jboss-servlet-api_3.0_spec |
版本: |
1.0.1.Final |
最后修改时间: |
2018-07-26 19:34:37 |
包类型: |
jar |
标题: |
Java Servlet 3.0 API |
描述: |
The Java Servlet 3.0 API classes |
大小: |
79.31KB |
|
Maven引入代码: |
<dependency>
<groupId>org.jboss.spec.javax.servlet</groupId>
<artifactId>jboss-servlet-api_3.0_spec</artifactId>
<version>1.0.1.Final</version>
</dependency>
|
Gradle引入代码: |
org.jboss.spec.javax.servlet:jboss-servlet-api_3.0_spec:1.0.1.Final
|
下载Jar包: |
|
POM文件内容: |
<?xml version='1.0' encoding='UTF-8'?>
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jboss</groupId>
<artifactId>jboss-parent</artifactId>
<version>9</version>
</parent>
<groupId>org.jboss.spec.javax.servlet</groupId>
<artifactId>jboss-servlet-api_3.0_spec</artifactId>
<version>1.0.1.Final</version>
<packaging>jar</packaging>
<name>Java Servlet 3.0 API</name>
<description>The Java Servlet 3.0 API classes</description>
<licenses>
<license>
<name>Common Development and Distribution License</name>
<url>http://repository.jboss.org/licenses/cddl.txt</url>
<distribution>repo</distribution>
</license>
<license>
<name>GNU General Public License, Version 2 with the Classpath Exception</name>
<url>http://repository.jboss.org/licenses/gpl-2.0-ce.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git:git@github.com:jboss/jboss-servlet-api_spec.git</connection>
<developerConnection>scm:git:git@github.com:jboss/jboss-servlet-api_spec.git</developerConnection>
<url>https://github.com/jboss/jboss-servlet-api_spec</url>
</scm>
<build>
<plugins>
<!-- Include LICENSE.txt in the META-INF directory -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<executions>
<execution>
<id>copy-resources</id>
<phase>process-resources</phase>
<goals>
<goal>copy-resources</goal>
</goals>
<configuration>
<resources>
<resource>
<directory>${basedir}</directory>
<includes>
<include>LICENSE</include>
<include>README</include>
</includes>
</resource>
</resources>
<outputDirectory>${project.build.outputDirectory}/META-INF</outputDirectory>
</configuration>
</execution>
</executions>
</plugin>
<!-- Generate the OSGi jar Manifest. -->
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<executions>
<execution>
<id>bundle-manifest</id>
<phase>process-classes</phase>
<goals>
<goal>manifest</goal>
</goals>
</execution>
</executions>
<configuration>
<archive>
<manifest>
<addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
</manifest>
</archive>
<instructions>
<Specification-Title>JSR 315: Java(TM) Servlet 3.0 Specification</Specification-Title>
<Specification-Vendor>Oracle</Specification-Vendor>
<Specification-Version>3.0</Specification-Version>
<!--
The JavaEE marketing version of the javax.servlet package was incremented
to 3.0. However, this API is still compatible with servlet 2.x.
-->
<Export-Package>
javax.servlet*;version=3.0
</Export-Package>
</instructions>
</configuration>
</plugin>
<!-- Add the OSGi Manifest to the main jar -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<configuration>
<archive>
<manifestEntries>
<Specification-Title>JSR 315: Java(TM) Servlet 3.0 Specification</Specification-Title>
<Specification-Vendor>Oracle</Specification-Vendor>
<Specification-Version>3.0</Specification-Version>
</manifestEntries>
</archive>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
javax.servlet.ServletRequestAttributeListener.class
javax/servlet/LocalStrings.properties
javax.servlet.AsyncContext.class
javax.servlet.SessionCookieConfig.class
javax.servlet.HttpConstraintElement.class
javax.servlet.ServletRequestWrapper.class
javax.servlet.Filter.class
javax.servlet.ServletOutputStream.class
javax.servlet.ServletException.class
javax.servlet.ServletConfig.class
javax.servlet.ServletResponseWrapper.class
javax.servlet.ServletRequestEvent.class
javax.servlet.UnavailableException.class
javax.servlet.SessionTrackingMode.class
javax.servlet.Registration.class
javax.servlet.ServletContextAttributeListener.class
javax.servlet.ServletInputStream.class
javax.servlet.FilterRegistration$Dynamic.class
javax.servlet.ServletContext.class
javax.servlet.ServletSecurityElement.class
javax.servlet.FilterRegistration.class
javax.servlet.ServletRequest.class
javax.servlet.FilterChain.class
javax/servlet/LocalStrings_fr.properties
javax.servlet.AsyncEvent.class
javax.servlet.ServletContextEvent.class
javax.servlet.RequestDispatcher.class
javax.servlet.ServletRegistration.class
javax.servlet.DispatcherType.class
javax.servlet.MultipartConfigElement.class
javax.servlet.ServletResponse.class
javax.servlet.descriptor.JspPropertyGroupDescriptor.class
javax.servlet.descriptor.TaglibDescriptor.class
javax.servlet.descriptor.JspConfigDescriptor.class
javax.servlet.annotation.ServletSecurity.class
javax.servlet.annotation.HttpConstraint.class
javax.servlet.annotation.WebInitParam.class
javax.servlet.annotation.MultipartConfig.class
javax.servlet.annotation.WebListener.class
javax.servlet.annotation.ServletSecurity$EmptyRoleSemantic.class
javax.servlet.annotation.HandlesTypes.class
javax.servlet.annotation.WebServlet.class
javax.servlet.annotation.ServletSecurity$TransportGuarantee.class
javax.servlet.annotation.HttpMethodConstraint.class
javax.servlet.annotation.WebFilter.class
javax.servlet.ServletContextListener.class
javax.servlet.GenericServlet.class
javax.servlet.ServletRequestListener.class
javax.servlet.ServletContextAttributeEvent.class
javax.servlet.ServletRegistration$Dynamic.class
javax/servlet/http/LocalStrings.properties
javax.servlet.http.Cookie.class
javax.servlet.http.NoBodyResponse.class
javax.servlet.http.HttpSessionEvent.class
javax.servlet.http.HttpSessionListener.class
javax.servlet.http.HttpSessionActivationListener.class
javax.servlet.http.HttpServletRequestWrapper.class
javax/servlet/http/LocalStrings_fr.properties
javax.servlet.http.HttpSession.class
javax.servlet.http.NoBodyOutputStream.class
javax.servlet.http.Part.class
javax.servlet.http.HttpServletResponse.class
javax.servlet.http.HttpUtils.class
javax.servlet.http.HttpServletResponseWrapper.class
javax/servlet/http/LocalStrings_es.properties
javax.servlet.http.HttpSessionBindingListener.class
javax.servlet.http.HttpSessionBindingEvent.class
javax.servlet.http.HttpServletRequest.class
javax/servlet/http/LocalStrings_ja.properties
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
无
|