组织ID: |
org.springframework |
项目ID: |
spring-web |
版本: |
2.0-m1 |
最后修改时间: |
2018-11-15 15:57:15 |
包类型: |
jar |
标题: |
Spring web |
大小: |
138.46KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>2.0-m1</version>
</dependency>
|
Gradle引入代码: |
org.springframework:spring-web:2.0-m1
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?><project>
<parent>
<artifactId>spring-parent</artifactId>
<groupId>org.springframework</groupId>
<version>2.0-m1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-web</artifactId>
<name>Spring web</name>
<version>2.0-m1</version>
<build>
<resources>
<resource>
<directory>../../src</directory>
<includes>
<include>org/springframework/web/**</include>
</includes>
<excludes>
<exclude>**/*.java</exclude>
<exclude>org/springframework/web/servlet/**</exclude>
<exclude>org/springframework/web/portlet/**</exclude>
</excludes>
</resource>
<resource>
<targetPath>META-INF</targetPath>
<directory>../../src</directory>
<includes>
<include>org/springframework/web/servlet/tags/*.tld</include>
</includes>
</resource>
</resources>
<testResources>
<testResource>
<directory>../../test</directory>
<includes>
<include>org/springframework/web/**</include>
</includes>
<excludes>
<exclude>**/*.java</exclude>
<exclude>org/springframework/web/servlet/**</exclude>
<exclude>org/springframework/web/portlet/**</exclude>
</excludes>
</testResource>
</testResources>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<includes>
<include>org/springframework/web/**</include>
</includes>
<excludes>
<exclude>org/springframework/web/servlet/**</exclude>
<exclude>org/springframework/web/portlet/**</exclude>
</excludes>
<testIncludes>
<include>org/springframework/web/**</include>
<include>org/springframework/jndi/JndiObjectFactoryBeanTests.java</include>
<include>org/springframework/jndi/SimpleNamingContextTests.java</include>
</testIncludes>
<testExcludes>
<exclude>org/springframework/web/servlet/**</exclude>
<exclude>org/springframework/web/portlet/**</exclude>
<exclude>org/springframework/web/bind/BindUtilsTests.java</exclude>
<exclude>org/springframework/web/bind/RequestUtilsTests.java</exclude>
<exclude>org/springframework/web/bind/ServletRequestDataBinderTests.java</exclude>
<exclude>org/springframework/web/context/ContextLoaderTests.java</exclude>
<exclude>org/springframework/web/context/ResourceBundleMessageSourceTests.java</exclude>
<exclude>org/springframework/web/context/XmlWebApplicationContextTests.java</exclude>
<exclude>org/springframework/web/context/scope/HttpRequestAndSessionScopedProxyTests.java</exclude>
<exclude>org/springframework/web/context/scope/RequestHolderTests.java</exclude>
<exclude>org/springframework/web/context/support/WebApplicationObjectSupportTests.java</exclude>
<exclude>org/springframework/web/context/support/ServletContextSupportTests.java</exclude>
<exclude>org/springframework/web/filter/DelegatingFilterProxyTests.java</exclude>
<exclude>org/springframework/web/filter/RequestContextFilterTests.java</exclude>
<exclude>org/springframework/web/multipart/commons/CommonsMultipartResolverTests.java</exclude>
<exclude>org/springframework/web/multipart/cos/CosMultipartResolverTests.java</exclude>
<exclude>org/springframework/web/struts/StrutsSupportTests.java</exclude>
<exclude>org/springframework/web/util/ExpressionEvaluationUtilsTests.java</exclude>
<exclude>org/springframework/web/util/Log4jWebConfigurerTests.java</exclude>
<exclude>org/springframework/web/util/UrlPathHelperTests.java</exclude>
</testExcludes>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>spring-context</artifactId>
<version>2.0-m1</version>
</dependency>
<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>
</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>
<optional>true</optional>
</dependency>
<dependency>
<groupId>taglibs</groupId>
<artifactId>standard</artifactId>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>spring-jdbc</artifactId>
<version>2.0-m1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>spring-beans</artifactId>
<version>2.0-m1</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>spring-context</artifactId>
<version>2.0-m1</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>spring-context-mock</artifactId>
<version>2.0-m1</version>
<scope>test</scope>
</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/ContextLoader.properties
org.springframework.web.context.ContextLoaderListener.class
org.springframework.web.context.ContextLoaderServlet.class
org.springframework.web.context.ServletConfigAware.class
org.springframework.web.context.ServletContextAware.class
org.springframework.web.context.WebApplicationContext$1.class
org.springframework.web.context.WebApplicationContext.class
org.springframework.web.context.scope.RequestContextHolder.class
org.springframework.web.context.scope.RequestContextListener.class
org.springframework.web.context.scope.RequestScopeMap.class
org.springframework.web.context.scope.SessionScopeMap.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.RequestContextFilter.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
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
spring-context-2.0-m1.jar
/${project.groupId}/spring-context/2.0-m1
查看spring-context所有版本文件
spring-jdbc-2.0-m1.jar
/${project.groupId}/spring-jdbc/2.0-m1
查看spring-jdbc所有版本文件
spring-beans-2.0-m1.jar
/${project.groupId}/spring-beans/2.0-m1
查看spring-beans所有版本文件
spring-context-2.0-m1.jar
/${project.groupId}/spring-context/2.0-m1
查看spring-context所有版本文件
spring-context-mock-2.0-m1.jar
/${project.groupId}/spring-context-mock/2.0-m1
查看spring-context-mock所有版本文件
|