组织ID: |
servletapi |
项目ID: |
servletapi |
版本: |
2.2 |
最后修改时间: |
2019-01-07 11:54:37 |
包类型: |
jar |
标题: |
Java Servlet Technology |
描述: |
Java Servlet technology provides Web developers with a simple, consistent mechanism for extending the functionality of a Web server and for accessing existing business systems.
|
大小: |
39.85KB |
|
Maven引入代码: |
<dependency>
<groupId>servletapi</groupId>
<artifactId>servletapi</artifactId>
<version>2.2</version>
</dependency>
|
Gradle引入代码: |
servletapi:servletapi:2.2
|
下载Jar包: |
|
POM文件内容: |
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>servletapi</groupId>
<artifactId>servletapi</artifactId>
<version>2.2</version>
<name>Java Servlet Technology</name>
<description>
Java Servlet technology provides Web developers with a simple, consistent mechanism for extending the functionality of a Web server and for accessing existing business systems.
</description>
<url>http://java.sun.com/products/servlet/</url>
<distributionManagement>
<downloadUrl>http://java.sun.com/products/servlet/download.html</downloadUrl>
<relocation>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.2</version>
</relocation>
</distributionManagement>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
javax.servlet.http.Cookie.class
javax.servlet.http.HttpServlet.class
javax.servlet.http.NoBodyResponse.class
javax.servlet.http.NoBodyOutputStream.class
javax.servlet.http.HttpServletRequest.class
javax.servlet.http.HttpServletResponse.class
javax.servlet.http.HttpSession.class
javax.servlet.http.HttpSessionBindingEvent.class
javax.servlet.http.HttpSessionBindingListener.class
javax.servlet.http.HttpSessionContext.class
javax.servlet.http.HttpUtils.class
javax/servlet/http/LocalStrings.properties
javax/servlet/http/LocalStrings_es.properties
javax.servlet.GenericServlet.class
javax.servlet.RequestDispatcher.class
javax.servlet.Servlet.class
javax.servlet.ServletConfig.class
javax.servlet.ServletContext.class
javax.servlet.ServletException.class
javax.servlet.ServletInputStream.class
javax.servlet.ServletOutputStream.class
javax.servlet.ServletRequest.class
javax.servlet.ServletResponse.class
javax.servlet.SingleThreadModel.class
javax.servlet.UnavailableException.class
javax.servlet.jsp.tagext.BodyContent.class
javax.servlet.jsp.tagext.BodyTag.class
javax.servlet.jsp.tagext.BodyTagSupport.class
javax.servlet.jsp.tagext.Tag.class
javax.servlet.jsp.tagext.TagAttributeInfo.class
javax.servlet.jsp.tagext.TagData.class
javax.servlet.jsp.tagext.TagExtraInfo.class
javax.servlet.jsp.tagext.TagInfo.class
javax.servlet.jsp.tagext.TagLibraryInfo.class
javax.servlet.jsp.tagext.TagSupport.class
javax.servlet.jsp.tagext.VariableInfo.class
javax.servlet.jsp.HttpJspPage.class
javax.servlet.jsp.JspEngineInfo.class
javax.servlet.jsp.JspException.class
javax.servlet.jsp.JspFactory.class
javax.servlet.jsp.JspPage.class
javax.servlet.jsp.JspTagException.class
javax.servlet.jsp.JspWriter.class
javax.servlet.jsp.PageContext.class
javax/servlet/LocalStrings.properties
|
依赖Jar: |
无
|