组织ID: |
org.springframework |
项目ID: |
spring-context |
版本: |
2.0-m2 |
最后修改时间: |
2018-09-08 18:54:24 |
包类型: |
jar |
标题: |
Spring context |
大小: |
129.90KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>2.0-m2</version>
</dependency>
|
Gradle引入代码: |
org.springframework:spring-context:2.0-m2
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?><project>
<parent>
<artifactId>spring-parent</artifactId>
<groupId>org.springframework</groupId>
<version>2.0-m2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-context</artifactId>
<name>Spring context</name>
<version>2.0-m2</version>
<build>
<resources>
<resource>
<directory>../../src</directory>
<includes>
<include>org/springframework/context/**</include>
<include>org/springframework/jndi/**</include>
<include>org/springframework/ui/**</include>
<include>org/springframework/validation/**</include>
</includes>
<excludes>
<exclude>**/*.java</exclude>
</excludes>
</resource>
</resources>
<testResources>
<testResource>
<directory>../../test</directory>
<includes>
<include>org/springframework/context/**</include>
<include>org/springframework/jndi/**</include>
<include>org/springframework/ui/**</include>
<include>org/springframework/validation/**</include>
</includes>
<excludes>
<exclude>**/*.java</exclude>
</excludes>
</testResource>
</testResources>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<includes>
<include>org/springframework/context/**</include>
<include>org/springframework/jndi/**</include>
<include>org/springframework/ui/**</include>
<include>org/springframework/validation/**</include>
</includes>
<testIncludes>
<include>org/springframework/context/**</include>
<include>org/springframework/jndi/**</include>
<include>org/springframework/ui/**</include>
<include>org/springframework/validation/**</include>
<include>org/springframework/beans/factory/access/SingletonBeanFactoryLocatorTests.java</include>
<include>org/springframework/beans/factory/config/BeanFactoryPostProcessorTests.java</include>
<include>org/springframework/beans/factory/config/PropertyResourceConfigurerTests.java</include>
<include>org/springframework/beans/factory/config/ServiceLocatorFactoryBeanTests.java</include>
<include>org/springframework/aop/config/AopNamespaceHandlerTests.java</include>
<include>org/springframework/aop/config/AopNamespaceHandlerProxyTargetClassTests.java</include>
<include>org/springframework/aop/framework/ProxyFactoryBeanTests.java</include>
<include>org/springframework/aop/framework/autoproxy/AutoProxyCreatorTests.java</include>
<include>org/springframework/aop/framework/autoproxy/BeanNameAutoProxyCreatorTests.java</include>
<include>org/springframework/aop/interceptor/ExposeInvocationInterceptorTests.java</include>
<include>org/springframework/aop/support/RegexpMethodPointcutAdvisorIntegrationTests.java</include>
<include>org/springframework/aop/target/CommonsPoolTargetSourceTests.java</include>
<include>org/springframework/aop/target/scope/ScopedProxyFactoryBeanTests.java</include>
</testIncludes>
<testExcludes>
<exclude>org/springframework/context/access/ContextJndiBeanFactoryLocatorTests.java</exclude>
<exclude>org/springframework/context/support/ClassPathXmlApplicationContextTests.java</exclude>
<exclude>org/springframework/jndi/JndiObjectFactoryBeanTests.java</exclude>
<exclude>org/springframework/jndi/SimpleNamingContextTests.java</exclude>
</testExcludes>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>spring-aop</artifactId>
<version>2.0-m2</version>
</dependency>
<dependency>
<groupId>velocity</groupId>
<artifactId>velocity</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>freemarker</groupId>
<artifactId>freemarker</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>jasperreports</groupId>
<artifactId>jasperreports</artifactId>
<exclusions>
<exclusion>
<artifactId>xml-apis</artifactId>
<groupId>xml-apis</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>itext</groupId>
<artifactId>itext</artifactId>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>spring-beans</artifactId>
<version>2.0-m2</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>easymock</groupId>
<artifactId>easymock</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>poi</groupId>
<artifactId>poi</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-pool</groupId>
<artifactId>commons-pool</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>xerces</artifactId>
<groupId>xerces</groupId>
</exclusion>
<exclusion>
<artifactId>xml-apis</artifactId>
<groupId>xml-apis</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>spring-aop</artifactId>
<version>2.0-m2</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<distributionManagement>
<status>deployed</status>
</distributionManagement>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.context.ApplicationContext.class
org.springframework.context.ApplicationContextAware.class
org.springframework.context.ApplicationContextException.class
org.springframework.context.ApplicationEvent.class
org.springframework.context.ApplicationEventPublisher.class
org.springframework.context.ApplicationEventPublisherAware.class
org.springframework.context.ApplicationListener.class
org.springframework.context.ConfigurableApplicationContext.class
org.springframework.context.HierarchicalMessageSource.class
org.springframework.context.Lifecycle.class
org.springframework.context.MessageSource.class
org.springframework.context.MessageSourceAware.class
org.springframework.context.MessageSourceResolvable.class
org.springframework.context.NoSuchMessageException.class
org.springframework.context.ResourceLoaderAware.class
org.springframework.context.access.ContextBeanFactoryReference.class
org.springframework.context.access.ContextJndiBeanFactoryLocator.class
org.springframework.context.access.ContextSingletonBeanFactoryLocator.class
org.springframework.context.access.DefaultLocatorFactory.class
org.springframework.context.event.AbstractApplicationEventMulticaster.class
org.springframework.context.event.ApplicationEventMulticaster.class
org.springframework.context.event.ConsoleListener.class
org.springframework.context.event.ContextClosedEvent.class
org.springframework.context.event.ContextRefreshedEvent.class
org.springframework.context.event.EventPublicationInterceptor.class
org.springframework.context.event.SimpleApplicationEventMulticaster$1.class
org.springframework.context.event.SimpleApplicationEventMulticaster.class
org.springframework.context.i18n.LocaleContext.class
org.springframework.context.i18n.LocaleContextHolder.class
org.springframework.context.i18n.SimpleLocaleContext.class
org.springframework.context.support.AbstractApplicationContext$1.class
org.springframework.context.support.AbstractApplicationContext$BeanPostProcessorChecker.class
org.springframework.context.support.AbstractApplicationContext.class
org.springframework.context.support.AbstractMessageSource.class
org.springframework.context.support.AbstractRefreshableApplicationContext.class
org.springframework.context.support.AbstractXmlApplicationContext.class
org.springframework.context.support.ApplicationContextAwareProcessor.class
org.springframework.context.support.ApplicationObjectSupport.class
org.springframework.context.support.ClassPathXmlApplicationContext.class
org.springframework.context.support.DefaultMessageSourceResolvable.class
org.springframework.context.support.DelegatingMessageSource.class
org.springframework.context.support.FileSystemXmlApplicationContext.class
org.springframework.context.support.GenericApplicationContext.class
org.springframework.context.support.MessageSourceAccessor.class
org.springframework.context.support.MessageSourceResourceBundle.class
org.springframework.context.support.ReloadableResourceBundleMessageSource$PropertiesHolder.class
org.springframework.context.support.ReloadableResourceBundleMessageSource.class
org.springframework.context.support.ResourceBundleMessageSource.class
org.springframework.context.support.ResourceMapFactoryBean.class
org.springframework.context.support.StaticApplicationContext.class
org.springframework.context.support.StaticMessageSource.class
org.springframework.jndi.JndiAccessor.class
org.springframework.jndi.JndiCallback.class
org.springframework.jndi.JndiLocatorSupport.class
org.springframework.jndi.JndiObjectFactoryBean$JndiObjectProxyFactory.class
org.springframework.jndi.JndiObjectFactoryBean.class
org.springframework.jndi.JndiObjectLocator.class
org.springframework.jndi.JndiObjectTargetSource.class
org.springframework.jndi.JndiTemplate$1.class
org.springframework.jndi.JndiTemplate$2.class
org.springframework.jndi.JndiTemplate$3.class
org.springframework.jndi.JndiTemplate$4.class
org.springframework.jndi.JndiTemplate.class
org.springframework.jndi.JndiTemplateEditor.class
org.springframework.jndi.config.JndiNamespaceHandler$1.class
org.springframework.jndi.config.JndiNamespaceHandler$LookupBeanDefinitionParser.class
org.springframework.jndi.config.JndiNamespaceHandler.class
org/springframework/jndi/config/spring-jndi.xsd
org.springframework.scripting.ScriptCompilationException.class
org.springframework.scripting.ScriptFactory.class
org.springframework.scripting.ScriptSource.class
org.springframework.scripting.bsh.BshScriptFactory.class
org.springframework.scripting.bsh.BshScriptUtils$1.class
org.springframework.scripting.bsh.BshScriptUtils$BshExecutionException.class
org.springframework.scripting.bsh.BshScriptUtils$BshObjectInvocationHandler.class
org.springframework.scripting.bsh.BshScriptUtils.class
org.springframework.scripting.groovy.GroovyScriptFactory.class
org.springframework.scripting.jruby.JRubyScriptFactory.class
org.springframework.scripting.jruby.JRubyScriptUtils$RubyObjectInvocationHandler.class
org.springframework.scripting.jruby.JRubyScriptUtils.class
org.springframework.scripting.support.RefreshableScriptTargetSource.class
org.springframework.scripting.support.ResourceScriptSource.class
org.springframework.scripting.support.ScriptFactoryPostProcessor.class
org.springframework.scripting.support.StaticScriptSource.class
org.springframework.ui.ModelMap.class
org.springframework.ui.context.HierarchicalThemeSource.class
org.springframework.ui.context.Theme.class
org.springframework.ui.context.ThemeSource.class
org.springframework.ui.context.support.DelegatingThemeSource.class
org.springframework.ui.context.support.ResourceBundleThemeSource.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
spring-aop-2.0-m2.jar
/${project.groupId}/spring-aop/2.0-m2
查看spring-aop所有版本文件
spring-beans-2.0-m2.jar
/${project.groupId}/spring-beans/2.0-m2
查看spring-beans所有版本文件
spring-aop-2.0-m2.jar
/${project.groupId}/spring-aop/2.0-m2
查看spring-aop所有版本文件
|