组织ID: |
org.springframework |
项目ID: |
spring-beans |
版本: |
2.0-m2 |
最后修改时间: |
2018-09-12 09:40:29 |
包类型: |
jar |
标题: |
Spring beans |
大小: |
271.17KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>2.0-m2</version>
</dependency>
|
Gradle引入代码: |
org.springframework:spring-beans: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-beans</artifactId>
<name>Spring beans</name>
<version>2.0-m2</version>
<build>
<resources>
<resource>
<directory>../../src</directory>
<includes>
<include>org/springframework/beans/**</include>
<include>META-INF/**</include>
</includes>
<excludes>
<exclude>**/*.java</exclude>
</excludes>
</resource>
</resources>
<testResources>
<testResource>
<directory>../../test</directory>
<includes>
<include>org/springframework/beans/**</include>
</includes>
<excludes>
<exclude>**/*.java</exclude>
</excludes>
</testResource>
</testResources>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<includes>
<include>org/springframework/beans/**</include>
</includes>
<testIncludes>
<include>org/springframework/beans/**</include>
<include>org/springframework/util/comparator/ComparatorTests.java</include>
<include>org/springframework/util/ObjectUtilsTests.java</include>
<include>org/springframework/util/ReflectionUtilsTests.java</include>
<include>org/springframework/util/SerializationTestUtils.java</include>
</testIncludes>
<testExcludes>
<exclude>org/springframework/beans/factory/access/SingletonBeanFactoryLocatorTests.java</exclude>
<exclude>org/springframework/beans/factory/config/ServiceLocatorFactoryBeanTests.java</exclude>
<exclude>org/springframework/beans/factory/config/PropertyResourceConfigurerTests.java</exclude>
<exclude>org/springframework/beans/factory/BeanFactoryUtilsTests.java</exclude>
<exclude>org/springframework/beans/factory/xml/LookupMethodWrappedByCglibProxyTests.java</exclude>
<exclude>org/springframework/beans/factory/config/BeanFactoryPostProcessorTests.java</exclude>
<exclude>org/springframework/beans/factory/DefaultListableBeanFactoryTests.java</exclude>
<exclude>org/springframework/beans/factory/xml/support/TestNamespaceHandler.java</exclude>
<exclude>org/springframework/beans/factory/xml/support/CustomNamespaceHandlerTests.java</exclude>
<exclude>org/springframework/beans/factory/xml/XmlBeanFactoryTests.java</exclude>
</testExcludes>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>spring-core</artifactId>
<version>2.0-m2</version>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.sf.hibernate</groupId>
<artifactId>hibernate</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<distributionManagement>
<status>deployed</status>
</distributionManagement>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/aop.xml
META-INF/spring.handlers
META-INF/spring.schemas
META-INF/spring.tld
org.springframework.beans.BeanUtils.class
org.springframework.beans.BeanWrapper.class
org.springframework.beans.BeanWrapperImpl$1.class
org.springframework.beans.BeanWrapperImpl$PropertyTokenHolder.class
org.springframework.beans.BeanWrapperImpl.class
org.springframework.beans.BeansException.class
org.springframework.beans.CachedIntrospectionResults.class
org.springframework.beans.FatalBeanException.class
org.springframework.beans.InvalidPropertyException.class
org.springframework.beans.Mergeable.class
org.springframework.beans.MethodInvocationException.class
org.springframework.beans.MutablePropertyValues.class
org.springframework.beans.NotReadablePropertyException.class
org.springframework.beans.NotWritablePropertyException.class
org.springframework.beans.NullValueInNestedPathException.class
org.springframework.beans.PropertyAccessException.class
org.springframework.beans.PropertyAccessExceptionsException.class
org.springframework.beans.PropertyAccessor.class
org.springframework.beans.PropertyAccessorUtils.class
org.springframework.beans.PropertyEditorRegistrar.class
org.springframework.beans.PropertyEditorRegistry.class
org.springframework.beans.PropertyEditorRegistrySupport$1.class
org.springframework.beans.PropertyEditorRegistrySupport$CustomEditorHolder.class
org.springframework.beans.PropertyEditorRegistrySupport.class
org.springframework.beans.PropertyMatches.class
org.springframework.beans.PropertyTypeConverter.class
org.springframework.beans.PropertyValue.class
org.springframework.beans.PropertyValues.class
org.springframework.beans.PropertyValuesEditor.class
org.springframework.beans.TypeMismatchException.class
org.springframework.beans.annotation.AnnotationBeanUtils.class
org.springframework.beans.factory.BeanCreationException.class
org.springframework.beans.factory.BeanCurrentlyInCreationException.class
org.springframework.beans.factory.BeanDefinitionStoreException.class
org.springframework.beans.factory.BeanFactory.class
org.springframework.beans.factory.BeanFactoryAware.class
org.springframework.beans.factory.BeanFactoryUtils.class
org.springframework.beans.factory.BeanInitializationException.class
org.springframework.beans.factory.BeanIsAbstractException.class
org.springframework.beans.factory.BeanIsNotAFactoryException.class
org.springframework.beans.factory.BeanNameAware.class
org.springframework.beans.factory.BeanNotOfRequiredTypeException.class
org.springframework.beans.factory.DisposableBean.class
org.springframework.beans.factory.FactoryBean.class
org.springframework.beans.factory.FactoryBeanNotInitializedException.class
org.springframework.beans.factory.HierarchicalBeanFactory.class
org.springframework.beans.factory.InitializingBean.class
org.springframework.beans.factory.ListableBeanFactory.class
org.springframework.beans.factory.NamedBean.class
org.springframework.beans.factory.NoSuchBeanDefinitionException.class
org.springframework.beans.factory.ObjectFactory.class
org.springframework.beans.factory.UnsatisfiedDependencyException.class
org.springframework.beans.factory.access.BeanFactoryBootstrap.class
org.springframework.beans.factory.access.BeanFactoryLocator.class
org.springframework.beans.factory.access.BeanFactoryReference.class
org.springframework.beans.factory.access.BootstrapException.class
org.springframework.beans.factory.access.SingletonBeanFactoryLocator$1.class
org.springframework.beans.factory.access.SingletonBeanFactoryLocator$BeanFactoryGroup.class
org.springframework.beans.factory.access.SingletonBeanFactoryLocator.class
org.springframework.beans.factory.annotation.AnnotationBeanWiringInfoResolver.class
org.springframework.beans.factory.annotation.Autowire.class
org.springframework.beans.factory.annotation.Configurable.class
org.springframework.beans.factory.aspectj.AbstractBeanConfigurerAspect.class
org.springframework.beans.factory.aspectj.AnnotationBeanConfigurerAspect.class
org.springframework.beans.factory.config.AbstractFactoryBean.class
org.springframework.beans.factory.config.AutowireCapableBeanFactory.class
org.springframework.beans.factory.config.BeanDefinition.class
org.springframework.beans.factory.config.BeanDefinitionHolder.class
org.springframework.beans.factory.config.BeanDefinitionVisitor.class
org.springframework.beans.factory.config.BeanFactoryPostProcessor.class
org.springframework.beans.factory.config.BeanPostProcessor.class
org.springframework.beans.factory.config.BeanReferenceFactoryBean.class
org.springframework.beans.factory.config.CommonsLogFactoryBean.class
org.springframework.beans.factory.config.ConfigurableBeanFactory.class
org.springframework.beans.factory.config.ConfigurableListableBeanFactory.class
org.springframework.beans.factory.config.ConstructorArgumentValues$1.class
org.springframework.beans.factory.config.ConstructorArgumentValues$ValueHolder.class
org.springframework.beans.factory.config.ConstructorArgumentValues.class
org.springframework.beans.factory.config.CustomEditorConfigurer.class
org.springframework.beans.factory.config.DestructionAwareBeanPostProcessor.class
org.springframework.beans.factory.config.FieldRetrievingFactoryBean.class
org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessor.class
org.springframework.beans.factory.config.ListFactoryBean.class
org.springframework.beans.factory.config.MapFactoryBean.class
org.springframework.beans.factory.config.MethodInvokingFactoryBean.class
org.springframework.beans.factory.config.ObjectFactoryCreatingFactoryBean$1.class
org.springframework.beans.factory.config.ObjectFactoryCreatingFactoryBean.class
org.springframework.beans.factory.config.PreferencesPlaceholderConfigurer.class
org.springframework.beans.factory.config.PropertiesFactoryBean.class
org.springframework.beans.factory.config.PropertyOverrideConfigurer.class
org.springframework.beans.factory.config.PropertyPathFactoryBean.class
org.springframework.beans.factory.config.PropertyPlaceholderConfigurer$PlaceholderResolvingBeanDefinitionVisitor.class
org.springframework.beans.factory.config.PropertyPlaceholderConfigurer.class
org.springframework.beans.factory.config.PropertyResourceConfigurer.class
org.springframework.beans.factory.config.ResourceFactoryBean.class
org.springframework.beans.factory.config.RuntimeBeanReference.class
org.springframework.beans.factory.config.ServiceLocatorFactoryBean$1.class
org.springframework.beans.factory.config.ServiceLocatorFactoryBean$ServiceLocatorInvocationHandler.class
org.springframework.beans.factory.config.ServiceLocatorFactoryBean.class
org.springframework.beans.factory.config.SetFactoryBean.class
org.springframework.beans.factory.config.TypedStringValue.class
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$ConstructorResolverAdapter.class
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.class
org.springframework.beans.factory.support.AbstractBeanDefinition.class
org.springframework.beans.factory.support.AbstractBeanDefinitionReader.class
org.springframework.beans.factory.support.AbstractBeanFactory$1.class
org.springframework.beans.factory.support.AbstractBeanFactory.class
org.springframework.beans.factory.support.AutowireUtils$1.class
org.springframework.beans.factory.support.AutowireUtils.class
org.springframework.beans.factory.support.BeanDefinitionBuilder.class
org.springframework.beans.factory.support.BeanDefinitionReader.class
org.springframework.beans.factory.support.BeanDefinitionReaderUtils.class
org.springframework.beans.factory.support.BeanDefinitionRegistry.class
org.springframework.beans.factory.support.BeanDefinitionRegistryBuilder.class
org.springframework.beans.factory.support.BeanDefinitionValidationException.class
org.springframework.beans.factory.support.BeanDefinitionValueResolver.class
org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy$1.class
org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy$CglibSubclassCreator$CallbackFilterImpl.class
org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy$CglibSubclassCreator$CglibIdentitySupport.class
org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy$CglibSubclassCreator$LookupOverrideMethodInterceptor.class
org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy$CglibSubclassCreator$ReplaceOverrideMethodInterceptor.class
org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy$CglibSubclassCreator.class
org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy.class
org.springframework.beans.factory.support.ChildBeanDefinition.class
org.springframework.beans.factory.support.ConfigurableBeanFactoryUtils.class
org.springframework.beans.factory.support.ConstructorResolver$ArgumentsHolder.class
org.springframework.beans.factory.support.ConstructorResolver.class
org.springframework.beans.factory.support.DefaultListableBeanFactory.class
org.springframework.beans.factory.support.InstantiationStrategy.class
org.springframework.beans.factory.support.LookupOverride.class
org.springframework.beans.factory.support.ManagedList.class
org.springframework.beans.factory.support.ManagedMap.class
org.springframework.beans.factory.support.ManagedProperties.class
org.springframework.beans.factory.support.ManagedSet.class
org.springframework.beans.factory.support.MethodOverride.class
org.springframework.beans.factory.support.MethodOverrides.class
org.springframework.beans.factory.support.MethodReplacer.class
org.springframework.beans.factory.support.PropertiesBeanDefinitionReader.class
org.springframework.beans.factory.support.ReplaceOverride.class
org.springframework.beans.factory.support.RootBeanDefinition.class
org.springframework.beans.factory.support.SimpleInstantiationStrategy.class
org.springframework.beans.factory.support.StaticListableBeanFactory.class
org.springframework.beans.factory.wiring.BeanConfigurerSupport.class
org.springframework.beans.factory.wiring.BeanWiringInfo.class
org.springframework.beans.factory.wiring.BeanWiringInfoResolver.class
org.springframework.beans.factory.wiring.ClassNameBeanWiringInfoResolver.class
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser.class
org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser.class
org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser.class
org.springframework.beans.factory.xml.BeanDefinitionDecorator.class
org.springframework.beans.factory.xml.BeanDefinitionParser.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
spring-core-2.0-m2.jar
/${project.groupId}/spring-core/2.0-m2
查看spring-core所有版本文件
|