组织ID: |
org.springframework |
项目ID: |
spring-web |
版本: |
1.2.5 |
最后修改时间: |
2018-07-27 14:37:37 |
包类型: |
jar |
标题: |
Spring web |
大小: |
131.66KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>1.2.5</version>
</dependency>
|
Gradle引入代码: |
org.springframework:spring-web:1.2.5
|
下载Jar包: |
|
POM文件内容: |
<project>
<parent>
<artifactId>spring-parent</artifactId>
<groupId>org.springframework</groupId>
<version>1.2.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-web</artifactId>
<name>Spring web</name>
<version>1.2.5</version>
<dependencies>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jsp-api</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.0</version>
<exclusions>
<exclusion>
<artifactId>servlet-api</artifactId>
<groupId>javax.servlet</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>1.2.5</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>struts</groupId>
<artifactId>struts</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.servlets</groupId>
<artifactId>cos</artifactId>
<version>05Nov2002</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>taglibs</groupId>
<artifactId>standard</artifactId>
<version>1.0.6</version>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
<version>1.1</version>
<optional>true</optional>
</dependency>
</dependencies>
<distributionManagement>
<status>deployed</status>
</distributionManagement>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.web.bind.BindInitializer.class
org.springframework.web.bind.BindUtils.class
org.springframework.web.bind.EscapedErrors.class
org.springframework.web.bind.RequestUtils$1.class
org.springframework.web.bind.RequestUtils$BooleanParser.class
org.springframework.web.bind.RequestUtils$DoubleParser.class
org.springframework.web.bind.RequestUtils$FloatParser.class
org.springframework.web.bind.RequestUtils$IntParser.class
org.springframework.web.bind.RequestUtils$LongParser.class
org.springframework.web.bind.RequestUtils$ParameterParser.class
org.springframework.web.bind.RequestUtils$StringParser.class
org.springframework.web.bind.RequestUtils.class
org.springframework.web.bind.ServletRequestBindingException.class
org.springframework.web.bind.ServletRequestDataBinder.class
org.springframework.web.bind.ServletRequestParameterPropertyValues.class
org.springframework.web.bind.WebDataBinder.class
org.springframework.web.context.ConfigurableWebApplicationContext.class
org.springframework.web.context.ContextLoader.class
org.springframework.web.context.ContextLoaderListener.class
org.springframework.web.context.ContextLoaderServlet.class
org.springframework.web.context.ServletContextAware.class
org.springframework.web.context.WebApplicationContext$1.class
org.springframework.web.context.WebApplicationContext.class
org.springframework.web.context.support.AbstractRefreshableWebApplicationContext.class
org.springframework.web.context.support.GenericWebApplicationContext.class
org.springframework.web.context.support.PerformanceMonitorListener.class
org.springframework.web.context.support.RequestHandledEvent.class
org.springframework.web.context.support.ServletContextAttributeExporter.class
org.springframework.web.context.support.ServletContextAttributeFactoryBean.class
org.springframework.web.context.support.ServletContextAwareProcessor.class
org.springframework.web.context.support.ServletContextFactoryBean.class
org.springframework.web.context.support.ServletContextParameterFactoryBean.class
org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer.class
org.springframework.web.context.support.ServletContextResource.class
org.springframework.web.context.support.ServletContextResourceLoader.class
org.springframework.web.context.support.ServletContextResourcePatternResolver.class
org.springframework.web.context.support.StaticWebApplicationContext.class
org.springframework.web.context.support.WebApplicationContextUtils.class
org.springframework.web.context.support.WebApplicationObjectSupport.class
org.springframework.web.context.support.XmlWebApplicationContext.class
org.springframework.web.filter.AbstractRequestLoggingFilter.class
org.springframework.web.filter.CharacterEncodingFilter.class
org.springframework.web.filter.CommonsRequestLoggingFilter.class
org.springframework.web.filter.DelegatingFilterProxy.class
org.springframework.web.filter.GenericFilterBean$FilterConfigPropertyValues.class
org.springframework.web.filter.GenericFilterBean.class
org.springframework.web.filter.Log4jNestedDiagnosticContextFilter.class
org.springframework.web.filter.OncePerRequestFilter.class
org.springframework.web.filter.ServletContextRequestLoggingFilter.class
org.springframework.web.jsf.DelegatingVariableResolver.class
org.springframework.web.jsf.FacesContextUtils.class
org.springframework.web.jsf.WebApplicationContextVariableResolver.class
org.springframework.web.multipart.MaxUploadSizeExceededException.class
org.springframework.web.multipart.MultipartException.class
org.springframework.web.multipart.MultipartFile.class
org.springframework.web.multipart.MultipartHttpServletRequest.class
org.springframework.web.multipart.MultipartResolver.class
org.springframework.web.multipart.commons.CommonsMultipartFile.class
org.springframework.web.multipart.commons.CommonsMultipartResolver.class
org.springframework.web.multipart.cos.CosMultipartHttpServletRequest$CosMultipartFile.class
org.springframework.web.multipart.cos.CosMultipartHttpServletRequest.class
org.springframework.web.multipart.cos.CosMultipartResolver.class
org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest.class
org.springframework.web.multipart.support.ByteArrayMultipartFileEditor.class
org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest.class
org.springframework.web.multipart.support.MultipartFilter.class
org.springframework.web.multipart.support.StringMultipartFileEditor.class
org.springframework.web.struts.ActionServletAwareProcessor.class
org.springframework.web.struts.ActionSupport.class
org.springframework.web.struts.ContextLoaderPlugIn$1.class
org.springframework.web.struts.ContextLoaderPlugIn.class
org.springframework.web.struts.DelegatingActionProxy.class
org.springframework.web.struts.DelegatingActionUtils.class
org.springframework.web.struts.DelegatingRequestProcessor.class
org.springframework.web.struts.DelegatingTilesRequestProcessor.class
org.springframework.web.struts.DispatchActionSupport.class
org.springframework.web.struts.LookupDispatchActionSupport.class
org.springframework.web.struts.MappingDispatchActionSupport.class
org.springframework.web.struts.SpringBindingActionForm$1.class
org.springframework.web.struts.SpringBindingActionForm$SpringBindingAwarePropertyUtilsBean.class
org.springframework.web.struts.SpringBindingActionForm.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
jstl-1.0.jar
/javax.servlet/jstl/1.0
查看jstl所有版本文件
spring-context-1.2.5.jar
/org.springframework/spring-context/1.2.5
查看spring-context所有版本文件
cos-05Nov2002.jar
/com.servlets/cos/05Nov2002
查看cos所有版本文件
standard-1.0.6.jar
/taglibs/standard/1.0.6
查看standard所有版本文件
jsf-api-1.1.jar
/javax.faces/jsf-api/1.1
查看jsf-api所有版本文件
|