组织ID: |
org.springframework |
项目ID: |
spring-core |
版本: |
3.1.0.RELEASE |
最后修改时间: |
2018-07-26 06:22:38 |
包类型: |
jar |
大小: |
432.03KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>3.1.0.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework:spring-core:3.1.0.RELEASE
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<packaging>jar</packaging>
<version>3.1.0.RELEASE</version>
<parent>
<groupId>org.springframework</groupId>
<artifactId>spring-parent</artifactId>
<relativePath>../org.springframework.spring-parent</relativePath>
<version>3.1.0.RELEASE</version>
</parent>
<dependencies>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-asm</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>net.sf.jopt-simple</groupId>
<artifactId>jopt-simple</artifactId>
<version>3.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>xmlunit</groupId>
<artifactId>xmlunit</artifactId>
<version>1.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>wstx-asl</artifactId>
<version>3.2.7</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/license.txt
META-INF/notice.txt
org.springframework.core.AliasRegistry.class
org.springframework.core.AttributeAccessor.class
org.springframework.core.AttributeAccessorSupport.class
org.springframework.core.BridgeMethodResolver.class
org.springframework.core.CollectionFactory$JdkConcurrentHashMap.class
org.springframework.core.CollectionFactory.class
org.springframework.core.ConcurrentMap.class
org.springframework.core.ConfigurableObjectInputStream.class
org.springframework.core.ConstantException.class
org.springframework.core.Constants.class
org.springframework.core.ControlFlow.class
org.springframework.core.ControlFlowFactory$Jdk14ControlFlow.class
org.springframework.core.ControlFlowFactory.class
org.springframework.core.Conventions.class
org.springframework.core.DecoratingClassLoader.class
org.springframework.core.ErrorCoded.class
org.springframework.core.ExceptionDepthComparator.class
org.springframework.core.GenericCollectionTypeResolver.class
org.springframework.core.GenericTypeResolver.class
org.springframework.core.InfrastructureProxy.class
org.springframework.core.JdkVersion.class
org.springframework.core.LocalVariableTableParameterNameDiscoverer$LocalVariableTableVisitor.class
org.springframework.core.LocalVariableTableParameterNameDiscoverer$ParameterNameDiscoveringVisitor.class
org.springframework.core.LocalVariableTableParameterNameDiscoverer.class
org.springframework.core.MethodParameter.class
org.springframework.core.NamedInheritableThreadLocal.class
org.springframework.core.NamedThreadLocal.class
org.springframework.core.NestedCheckedException.class
org.springframework.core.NestedExceptionUtils.class
org.springframework.core.NestedIOException.class
org.springframework.core.NestedRuntimeException.class
org.springframework.core.OrderComparator.class
org.springframework.core.Ordered.class
org.springframework.core.OverridingClassLoader.class
org.springframework.core.ParameterNameDiscoverer.class
org.springframework.core.PrioritizedParameterNameDiscoverer.class
org.springframework.core.PriorityOrdered.class
org.springframework.core.SimpleAliasRegistry.class
org.springframework.core.SmartClassLoader.class
org.springframework.core.SpringVersion.class
org.springframework.core.annotation.AnnotationAwareOrderComparator.class
org.springframework.core.annotation.AnnotationUtils.class
org.springframework.core.annotation.Order.class
org.springframework.core.annotation.package-info.class
org.springframework.core.convert.AbstractDescriptor.class
org.springframework.core.convert.BeanPropertyDescriptor.class
org.springframework.core.convert.ClassDescriptor.class
org.springframework.core.convert.ConversionException.class
org.springframework.core.convert.ConversionFailedException.class
org.springframework.core.convert.ConversionService.class
org.springframework.core.convert.ConverterNotFoundException.class
org.springframework.core.convert.FieldDescriptor.class
org.springframework.core.convert.ParameterDescriptor.class
org.springframework.core.convert.Property.class
org.springframework.core.convert.TypeDescriptor.class
org.springframework.core.convert.converter.ConditionalGenericConverter.class
org.springframework.core.convert.converter.Converter.class
org.springframework.core.convert.converter.ConverterFactory.class
org.springframework.core.convert.converter.ConverterRegistry.class
org.springframework.core.convert.converter.GenericConverter$ConvertiblePair.class
org.springframework.core.convert.converter.GenericConverter.class
org.springframework.core.convert.converter.package-info.class
org.springframework.core.convert.package-info.class
org.springframework.core.convert.support.ArrayToArrayConverter.class
org.springframework.core.convert.support.ArrayToCollectionConverter.class
org.springframework.core.convert.support.ArrayToObjectConverter.class
org.springframework.core.convert.support.ArrayToStringConverter.class
org.springframework.core.convert.support.CharacterToNumberFactory$CharacterToNumber.class
org.springframework.core.convert.support.CharacterToNumberFactory.class
org.springframework.core.convert.support.CollectionToArrayConverter.class
org.springframework.core.convert.support.CollectionToCollectionConverter.class
org.springframework.core.convert.support.CollectionToObjectConverter.class
org.springframework.core.convert.support.CollectionToStringConverter.class
org.springframework.core.convert.support.ConfigurableConversionService.class
org.springframework.core.convert.support.ConversionServiceFactory.class
org.springframework.core.convert.support.ConversionUtils.class
org.springframework.core.convert.support.ConvertingPropertyEditorAdapter.class
org.springframework.core.convert.support.DefaultConversionService.class
org.springframework.core.convert.support.EnumToStringConverter.class
org.springframework.core.convert.support.FallbackObjectToStringConverter.class
org.springframework.core.convert.support.GenericConversionService$1.class
org.springframework.core.convert.support.GenericConversionService$2.class
org.springframework.core.convert.support.GenericConversionService$ConverterAdapter.class
org.springframework.core.convert.support.GenericConversionService$ConverterCacheKey.class
org.springframework.core.convert.support.GenericConversionService$ConverterFactoryAdapter.class
org.springframework.core.convert.support.GenericConversionService$MatchableConverters.class
org.springframework.core.convert.support.GenericConversionService.class
org.springframework.core.convert.support.IdToEntityConverter.class
org.springframework.core.convert.support.MapToMapConverter.class
org.springframework.core.convert.support.NumberToCharacterConverter.class
org.springframework.core.convert.support.NumberToNumberConverterFactory$NumberToNumber.class
org.springframework.core.convert.support.NumberToNumberConverterFactory.class
org.springframework.core.convert.support.ObjectToArrayConverter.class
org.springframework.core.convert.support.ObjectToCollectionConverter.class
org.springframework.core.convert.support.ObjectToObjectConverter.class
org.springframework.core.convert.support.ObjectToStringConverter.class
org.springframework.core.convert.support.PropertiesToStringConverter.class
org.springframework.core.convert.support.StringToArrayConverter.class
org.springframework.core.convert.support.StringToBooleanConverter.class
org.springframework.core.convert.support.StringToCharacterConverter.class
org.springframework.core.convert.support.StringToCollectionConverter.class
org.springframework.core.convert.support.StringToEnumConverterFactory$StringToEnum.class
org.springframework.core.convert.support.StringToEnumConverterFactory.class
org.springframework.core.convert.support.StringToLocaleConverter.class
org.springframework.core.convert.support.StringToNumberConverterFactory$StringToNumber.class
org.springframework.core.convert.support.StringToNumberConverterFactory.class
org.springframework.core.convert.support.StringToPropertiesConverter.class
org.springframework.core.convert.support.package-info.class
org.springframework.core.enums.AbstractCachingLabeledEnumResolver$LabeledEnumCache.class
org.springframework.core.enums.AbstractCachingLabeledEnumResolver.class
org.springframework.core.enums.AbstractGenericLabeledEnum.class
org.springframework.core.enums.AbstractLabeledEnum.class
org.springframework.core.enums.LabeledEnum$1.class
org.springframework.core.enums.LabeledEnum$2.class
org.springframework.core.enums.LabeledEnum.class
org.springframework.core.enums.LabeledEnumResolver.class
org.springframework.core.enums.LetterCodedLabeledEnum.class
org.springframework.core.enums.ShortCodedLabeledEnum.class
org.springframework.core.enums.StaticLabeledEnum.class
org.springframework.core.enums.StaticLabeledEnumResolver.class
org.springframework.core.enums.StringCodedLabeledEnum.class
org.springframework.core.enums.package-info.class
org.springframework.core.env.AbstractEnvironment$1.class
org.springframework.core.env.AbstractEnvironment$2.class
org.springframework.core.env.AbstractEnvironment.class
org.springframework.core.env.AbstractPropertyResolver$1.class
org.springframework.core.env.AbstractPropertyResolver.class
org.springframework.core.env.CommandLineArgs.class
org.springframework.core.env.CommandLinePropertySource.class
org.springframework.core.env.ConfigurableEnvironment.class
org.springframework.core.env.ConfigurablePropertyResolver.class
org.springframework.core.env.EnumerablePropertySource.class
org.springframework.core.env.Environment.class
org.springframework.core.env.EnvironmentCapable.class
org.springframework.core.env.JOptCommandLinePropertySource.class
org.springframework.core.env.MapPropertySource.class
org.springframework.core.env.MissingRequiredPropertiesException.class
org.springframework.core.env.MutablePropertySources.class
org.springframework.core.env.PropertiesPropertySource.class
org.springframework.core.env.PropertyResolver.class
org.springframework.core.env.PropertySource$ComparisonPropertySource.class
org.springframework.core.env.PropertySource$StubPropertySource.class
org.springframework.core.env.PropertySource.class
org.springframework.core.env.PropertySources.class
org.springframework.core.env.PropertySourcesPropertyResolver$ClassConversionException.class
org.springframework.core.env.PropertySourcesPropertyResolver.class
org.springframework.core.env.ReadOnlySystemAttributesMap.class
org.springframework.core.env.SimpleCommandLineArgsParser.class
org.springframework.core.env.SimpleCommandLinePropertySource.class
org.springframework.core.env.StandardEnvironment.class
org.springframework.core.env.SystemEnvironmentPropertySource.class
org.springframework.core.env.package-info.class
org.springframework.core.io.AbstractFileResolvingResource$VfsResourceDelegate.class
org.springframework.core.io.AbstractFileResolvingResource.class
org.springframework.core.io.AbstractResource.class
org.springframework.core.io.ByteArrayResource.class
org.springframework.core.io.ClassPathResource.class
org.springframework.core.io.ClassRelativeResourceLoader$ClassRelativeContextResource.class
org.springframework.core.io.ClassRelativeResourceLoader.class
org.springframework.core.io.ContextResource.class
org.springframework.core.io.DefaultResourceLoader$ClassPathContextResource.class
org.springframework.core.io.DefaultResourceLoader.class
org.springframework.core.io.DescriptiveResource.class
org.springframework.core.io.FileSystemResource.class
org.springframework.core.io.FileSystemResourceLoader$FileSystemContextResource.class
org.springframework.core.io.FileSystemResourceLoader.class
org.springframework.core.io.InputStreamResource.class
org.springframework.core.io.InputStreamSource.class
org.springframework.core.io.Resource.class
org.springframework.core.io.ResourceEditor.class
org.springframework.core.io.ResourceLoader.class
org.springframework.core.io.UrlResource.class
org.springframework.core.io.VfsResource.class
org.springframework.core.io.VfsUtils$VFS_VER.class
org.springframework.core.io.VfsUtils.class
org.springframework.core.io.WritableResource.class
org.springframework.core.io.package-info.class
org.springframework.core.io.support.EncodedResource.class
org.springframework.core.io.support.LocalizedResourceHelper.class
org.springframework.core.io.support.PathMatchingResourcePatternResolver$PatternVirtualFileVisitor.class
org.springframework.core.io.support.PathMatchingResourcePatternResolver$VfsResourceMatchingDelegate.class
org.springframework.core.io.support.PathMatchingResourcePatternResolver.class
org.springframework.core.io.support.PropertiesLoaderSupport.class
org.springframework.core.io.support.PropertiesLoaderUtils.class
org.springframework.core.io.support.ResourceArrayPropertyEditor.class
org.springframework.core.io.support.ResourcePatternResolver.class
org.springframework.core.io.support.ResourcePatternUtils.class
org.springframework.core.io.support.ResourcePropertySource.class
org.springframework.core.io.support.VfsPatternUtils.class
org.springframework.core.io.support.package-info.class
org.springframework.core.package-info.class
org.springframework.core.serializer.DefaultDeserializer.class
org.springframework.core.serializer.DefaultSerializer.class
org.springframework.core.serializer.Deserializer.class
org.springframework.core.serializer.Serializer.class
org.springframework.core.serializer.package-info.class
org.springframework.core.serializer.support.DeserializingConverter.class
org.springframework.core.serializer.support.SerializationFailedException.class
org.springframework.core.serializer.support.SerializingConverter.class
org.springframework.core.serializer.support.package-info.class
org.springframework.core.style.DefaultToStringStyler.class
org.springframework.core.style.DefaultValueStyler.class
org.springframework.core.style.StylerUtils.class
org.springframework.core.style.ToStringCreator.class
org.springframework.core.style.ToStringStyler.class
org.springframework.core.style.ValueStyler.class
org.springframework.core.style.package-info.class
org.springframework.core.task.AsyncTaskExecutor.class
org.springframework.core.task.SimpleAsyncTaskExecutor$ConcurrencyThrottleAdapter.class
org.springframework.core.task.SimpleAsyncTaskExecutor$ConcurrencyThrottlingRunnable.class
org.springframework.core.task.SimpleAsyncTaskExecutor.class
org.springframework.core.task.SyncTaskExecutor.class
org.springframework.core.task.TaskExecutor.class
org.springframework.core.task.TaskRejectedException.class
org.springframework.core.task.TaskTimeoutException.class
org.springframework.core.task.package-info.class
org.springframework.core.task.support.ConcurrentExecutorAdapter.class
org.springframework.core.task.support.ExecutorServiceAdapter.class
org.springframework.core.task.support.TaskExecutorAdapter.class
org.springframework.core.task.support.package-info.class
org.springframework.core.type.AnnotationMetadata.class
org.springframework.core.type.ClassMetadata.class
org.springframework.core.type.MethodMetadata.class
org.springframework.core.type.StandardAnnotationMetadata.class
org.springframework.core.type.StandardClassMetadata.class
org.springframework.core.type.StandardMethodMetadata.class
org.springframework.core.type.classreading.AnnotationAttributesReadingVisitor$1.class
org.springframework.core.type.classreading.AnnotationAttributesReadingVisitor.class
org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor.class
org.springframework.core.type.classreading.CachingMetadataReaderFactory$1.class
org.springframework.core.type.classreading.CachingMetadataReaderFactory.class
org.springframework.core.type.classreading.ClassMetadataReadingVisitor.class
org.springframework.core.type.classreading.MetadataReader.class
org.springframework.core.type.classreading.MetadataReaderFactory.class
org.springframework.core.type.classreading.MethodMetadataReadingVisitor.class
org.springframework.core.type.classreading.SimpleMetadataReader.class
org.springframework.core.type.classreading.SimpleMetadataReaderFactory.class
org.springframework.core.type.classreading.package-info.class
org.springframework.core.type.filter.AbstractClassTestingTypeFilter.class
org.springframework.core.type.filter.AbstractTypeHierarchyTraversingFilter.class
org.springframework.core.type.filter.AnnotationTypeFilter.class
org.springframework.core.type.filter.AspectJTypeFilter.class
org.springframework.core.type.filter.AssignableTypeFilter.class
org.springframework.core.type.filter.RegexPatternTypeFilter.class
org.springframework.core.type.filter.TypeFilter.class
org.springframework.core.type.filter.package-info.class
org.springframework.core.type.package-info.class
org.springframework.util.AntPathMatcher$AntPatternComparator.class
org.springframework.util.AntPathMatcher.class
org.springframework.util.AntPathStringMatcher.class
org.springframework.util.Assert.class
org.springframework.util.AutoPopulatingList$ElementFactory.class
org.springframework.util.AutoPopulatingList$ElementInstantiationException.class
org.springframework.util.AutoPopulatingList$ReflectiveElementFactory.class
org.springframework.util.AutoPopulatingList.class
org.springframework.util.CachingMapDecorator.class
org.springframework.util.ClassUtils.class
org.springframework.util.CollectionUtils$EnumerationIterator.class
org.springframework.util.CollectionUtils$MultiValueMapAdapter.class
org.springframework.util.CollectionUtils.class
org.springframework.util.CommonsLogWriter.class
org.springframework.util.CompositeIterator.class
org.springframework.util.ConcurrencyThrottleSupport.class
org.springframework.util.CustomizableThreadCreator$SerializableMonitor.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
commons-collections-3.2.jar
/commons-collections/commons-collections/3.2
查看commons-collections所有版本文件
spring-asm-${project.version}.jar
/org.springframework/spring-asm/${project.version}
查看spring-asm所有版本文件
commons-logging-1.1.1.jar
/commons-logging/commons-logging/1.1.1
查看commons-logging所有版本文件
jopt-simple-3.0.jar
/net.sf.jopt-simple/jopt-simple/3.0
查看jopt-simple所有版本文件
xmlunit-1.2.jar
/xmlunit/xmlunit/1.2
查看xmlunit所有版本文件
wstx-asl-3.2.7.jar
/org.codehaus.woodstox/wstx-asl/3.2.7
查看wstx-asl所有版本文件
|