组织ID: |
org.springframework.ldap |
项目ID: |
spring-ldap-core |
版本: |
2.0.2.RELEASE |
最后修改时间: |
2018-07-25 12:20:30 |
包类型: |
jar |
标题: |
spring-ldap-core |
描述: |
spring-ldap-core |
相关URL: |
http://www.springframework.org/ldap |
大小: |
365.64KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-core</artifactId>
<version>2.0.2.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework.ldap:spring-ldap-core:2.0.2.RELEASE
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-core</artifactId>
<version>2.0.2.RELEASE</version>
<name>spring-ldap-core</name>
<description>spring-ldap-core</description>
<url>http://www.springframework.org/ldap</url>
<organization>
<name>SpringSource</name>
<url>http://springsource.org/</url>
</organization>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>rwinch</id>
<name>Rob Winch</name>
<email>rwinch@gopivotal.com</email>
</developer>
<developer>
<id>marthursson</id>
<name>Mattias Hellborg Arthursson</name>
<email>mattias@261consulting.com</email>
<organization>261 Consulting</organization>
<organizationUrl>http://www.261consulting.com</organizationUrl>
</developer>
<developer>
<id>ulsa</id>
<name>Ulrik Sandberg</name>
<email>ulrik.sandberg@jayway.com</email>
<organization>Jayway</organization>
<organizationUrl>http://www.jayway.com</organizationUrl>
</developer>
</developers>
<contributors>
<contributor>
<name>Eric Dalquist</name>
</contributor>
<contributor>
<name>Marius Scurtescu</name>
</contributor>
<contributor>
<name>Tim Terry</name>
</contributor>
<contributor>
<name>Keith Barlow</name>
</contributor>
<contributor>
<name>Paul Harvey</name>
</contributor>
<contributor>
<name>Marvin S. Addison</name>
</contributor>
</contributors>
<scm>
<connection>scm:git:git://github.com/SpringSource/spring-ldap</connection>
<developerConnection>scm:git:git://github.com/SpringSource/spring-ldap</developerConnection>
<url>https://github.com/SpringSource/spring-ldap</url>
</scm>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4</artifactId>
<version>1.5.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<version>3.2.8.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>3.2.8.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
<version>1.6.1.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4-common</artifactId>
<version>1.5.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito</artifactId>
<version>1.5.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.9.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>3.2.8.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>gsbase</groupId>
<artifactId>gsbase</artifactId>
<version>2.0.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-support</artifactId>
<version>1.5.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-reflect</artifactId>
<version>1.5.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>3.2.8.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-core</artifactId>
<version>1.5.1</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.LdapDataEntry.class
org.springframework.transaction.compensating.CompensatingTransactionOperationRecorder.class
org.springframework.transaction.compensating.CompensatingTransactionOperationFactory.class
org.springframework.transaction.compensating.CompensatingTransactionOperationManager.class
org.springframework.transaction.compensating.CompensatingTransactionOperationExecutor.class
org.springframework.transaction.compensating.support.DefaultCompensatingTransactionOperationManager.class
org.springframework.transaction.compensating.support.CompensatingTransactionObject.class
org.springframework.transaction.compensating.support.CompensatingTransactionHolderSupport.class
org.springframework.transaction.compensating.support.CompensatingTransactionUtils.class
org.springframework.transaction.compensating.support.AbstractCompensatingTransactionManagerDelegate.class
org.springframework.ldap.BadLdapGrammarException.class
org.springframework.ldap.InvalidAttributesException.class
org.springframework.ldap.LdapReferralException.class
org.springframework.ldap.LinkLoopException.class
org.springframework.ldap.OperationNotSupportedException.class
org.springframework.ldap.InvalidNameException.class
org.springframework.ldap.PartialResultException.class
org.springframework.ldap.LinkException.class
org.springframework.ldap.NoInitialContextException.class
org.springframework.ldap.AuthenticationNotSupportedException.class
org.springframework.ldap.AttributeModificationException.class
org.springframework.ldap.MalformedLinkException.class
org.springframework.ldap.ContextNotEmptyException.class
org.springframework.ldap.InvalidSearchFilterException.class
org.springframework.ldap.CommunicationException.class
org.springframework.ldap.NoSuchAttributeException.class
org.springframework.ldap.InvalidAttributeIdentifierException.class
org.springframework.ldap.AuthenticationException.class
org.springframework.ldap.ServiceUnavailableException.class
org.springframework.ldap.NamingSecurityException.class
org.springframework.ldap.InsufficientResourcesException.class
org.springframework.ldap.NameNotFoundException.class
org.springframework.ldap.SchemaViolationException.class
org.springframework.ldap.ConfigurationException.class
org.springframework.ldap.AttributeInUseException.class
org.springframework.ldap.InvalidSearchControlsException.class
org.springframework.ldap.SizeLimitExceededException.class
org.springframework.ldap.NameAlreadyBoundException.class
org.springframework.ldap.CannotProceedException.class
org.springframework.ldap.NotContextException.class
org.springframework.ldap.InvalidAttributeValueException.class
org.springframework.ldap.NamingException.class
org.springframework.ldap.ReferralException.class
org.springframework.ldap.TimeLimitExceededException.class
org.springframework.ldap.NoPermissionException.class
org.springframework.ldap.InterruptedNamingException.class
org.springframework.ldap.LimitExceededException.class
org.springframework.ldap.UncategorizedLdapException.class
org.springframework.ldap.control.AbstractFallbackRequestAndResponseControlDirContextProcessor.class
org.springframework.ldap.control.SortControlDirContextProcessor.class
org.springframework.ldap.control.PagedResultsRequestControl.class
org.springframework.ldap.control.AbstractRequestControlDirContextProcessor.class
org.springframework.ldap.control.CreateControlFailedException.class
org.springframework.ldap.control.PagedResult.class
org.springframework.ldap.control.PagedResultsDirContextProcessor.class
org.springframework.ldap.control.PagedResultsCookie.class
org.springframework.ldap.pool.FailureAwareContext.class
org.springframework.ldap.pool.PoolExhaustedAction.class
org.springframework.ldap.pool.DelegatingDirContext.class
org.springframework.ldap.pool.DelegatingContext.class
org.springframework.ldap.pool.DelegatingLdapContext.class
org.springframework.ldap.pool.DirContextType.class
org.springframework.ldap.pool.MutableDelegatingLdapContext.class
org.springframework.ldap.pool.factory.DirContextPoolableObjectFactory$1.class
org.springframework.ldap.pool.factory.PoolingContextSource.class
org.springframework.ldap.pool.factory.MutablePoolingContextSource.class
org.springframework.ldap.pool.factory.DirContextPoolableObjectFactory$FailureAwareContextProxy.class
org.springframework.ldap.pool.factory.DirContextPoolableObjectFactory.class
org.springframework.ldap.pool.validation.DirContextValidator.class
org.springframework.ldap.pool.validation.DefaultDirContextValidator.class
org.springframework.ldap.odm.typeconversion.ConverterException.class
org.springframework.ldap.odm.typeconversion.ConverterManager.class
org.springframework.ldap.odm.typeconversion.impl.ConverterManagerFactoryBean.class
org.springframework.ldap.odm.typeconversion.impl.ConversionServiceConverterManager$StringToNameConverter.class
org.springframework.ldap.odm.typeconversion.impl.ConversionServiceConverterManager$NameToStringConverter.class
org.springframework.ldap.odm.typeconversion.impl.Converter.class
org.springframework.ldap.odm.typeconversion.impl.ConversionServiceConverterManager.class
org.springframework.ldap.odm.typeconversion.impl.StringConverter.class
org.springframework.ldap.odm.typeconversion.impl.ConverterManagerFactoryBean$ConverterConfig.class
org.springframework.ldap.odm.typeconversion.impl.ConverterManagerImpl.class
org.springframework.ldap.odm.typeconversion.impl.converters.FromStringConverter.class
org.springframework.ldap.odm.typeconversion.impl.converters.ToStringConverter.class
org.springframework.ldap.odm.annotations.Attribute.class
org.springframework.ldap.odm.annotations.Transient.class
org.springframework.ldap.odm.annotations.Id.class
org.springframework.ldap.odm.annotations.Entry.class
org.springframework.ldap.odm.annotations.DnAttribute.class
org.springframework.ldap.odm.annotations.Attribute$Type.class
org.springframework.ldap.odm.core.OdmException.class
org.springframework.ldap.odm.core.ObjectDirectoryMapper.class
org.springframework.ldap.odm.core.impl.DefaultObjectDirectoryMapper$EntityData.class
org.springframework.ldap.odm.core.impl.AttributeMetaData.class
org.springframework.ldap.odm.core.impl.UnmanagedClassException.class
org.springframework.ldap.odm.core.impl.InvalidEntryException.class
org.springframework.ldap.odm.core.impl.ObjectMetaData$1.class
org.springframework.ldap.odm.core.impl.CaseIgnoreString.class
org.springframework.ldap.odm.core.impl.MetaDataException.class
org.springframework.ldap.odm.core.impl.DefaultObjectDirectoryMapper$1.class
org.springframework.ldap.odm.core.impl.ObjectMetaData.class
org.springframework.ldap.odm.core.impl.DefaultObjectDirectoryMapper.class
org.springframework.ldap.filter.OrFilter.class
org.springframework.ldap.filter.AbsoluteFalseFilter.class
org.springframework.ldap.filter.LessThanOrEqualsFilter.class
org.springframework.ldap.filter.NotPresentFilter.class
org.springframework.ldap.filter.HardcodedFilter.class
org.springframework.ldap.filter.AbsoluteTrueFilter.class
org.springframework.ldap.filter.CompareFilter.class
org.springframework.ldap.filter.GreaterThanOrEqualsFilter.class
org.springframework.ldap.filter.LikeFilter.class
org.springframework.ldap.filter.WhitespaceWildcardsFilter.class
org.springframework.ldap.filter.AbstractFilter.class
org.springframework.ldap.filter.BinaryLogicalFilter.class
org.springframework.ldap.filter.EqualsFilter.class
org.springframework.ldap.filter.Filter.class
org.springframework.ldap.filter.AndFilter.class
org.springframework.ldap.filter.NotFilter.class
org.springframework.ldap.filter.PresentFilter.class
org.springframework.ldap.filter.FilterEditor.class
org.springframework.ldap.transaction.compensating.NullOperationExecutor.class
org.springframework.ldap.transaction.compensating.RenameOperationExecutor.class
org.springframework.ldap.transaction.compensating.UnbindOperationExecutor.class
org.springframework.ldap.transaction.compensating.TempEntryRenamingStrategy.class
org.springframework.ldap.transaction.compensating.BindOperationRecorder.class
org.springframework.ldap.transaction.compensating.RebindOperationRecorder.class
org.springframework.ldap.transaction.compensating.ModifyAttributesOperationExecutor.class
org.springframework.ldap.transaction.compensating.LdapCompensatingTransactionOperationFactory.class
org.springframework.ldap.transaction.compensating.BindOperationExecutor.class
org.springframework.ldap.transaction.compensating.NullOperationRecorder.class
org.springframework.ldap.transaction.compensating.RebindOperationExecutor.class
org.springframework.ldap.transaction.compensating.RenameOperationRecorder.class
org.springframework.ldap.transaction.compensating.UnbindOperationRecorder.class
org.springframework.ldap.transaction.compensating.LdapTransactionUtils.class
org.springframework.ldap.transaction.compensating.ModifyAttributesOperationRecorder.class
org.springframework.ldap.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager$ContextSourceAndDataSourceTransactionObject.class
org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManagerDelegate.class
org.springframework.ldap.transaction.compensating.manager.DirContextHolder.class
org.springframework.ldap.transaction.compensating.manager.ContextSourceAndHibernateTransactionManager.class
org.springframework.ldap.transaction.compensating.manager.TransactionAwareDirContextInvocationHandler.class
org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManager.class
org.springframework.ldap.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager.class
org.springframework.ldap.transaction.compensating.manager.TransactionAwareContextSourceProxy.class
org.springframework.ldap.transaction.compensating.manager.ContextSourceAndHibernateTransactionManager$ContextSourceAndHibernateTransactionObject.class
org.springframework.ldap.transaction.compensating.support.DifferentSubtreeTempEntryRenamingStrategy.class
org.springframework.ldap.transaction.compensating.support.DefaultTempEntryRenamingStrategy.class
org.springframework.ldap.authentication.DefaultValuesAuthenticationSourceDecorator.class
org.springframework.ldap.repository.Query.class
org.springframework.ldap.repository.LdapRepository.class
org.springframework.ldap.repository.support.LdapRepositoryFactory$LdapQueryLookupStrategy.class
org.springframework.ldap.repository.support.LdapRepositoryFactoryBean.class
org.springframework.ldap.repository.support.LdapSerializer.class
org.springframework.ldap.repository.support.QueryDslLdapQuery.class
org.springframework.ldap.repository.support.QueryDslLdapRepository.class
org.springframework.ldap.repository.support.LdapRepositoryFactory.class
org.springframework.ldap.repository.support.DefaultLdapAnnotationProcessorConfiguration.class
org.springframework.ldap.repository.support.LdapAnnotationProcessor.class
org.springframework.ldap.repository.support.SimpleLdapRepository$TransformingIterable$1.class
org.springframework.ldap.repository.support.SimpleLdapRepository$Function.class
org.springframework.ldap.repository.support.SimpleLdapRepository$2.class
org.springframework.ldap.repository.support.SimpleLdapRepository.class
org.springframework.ldap.repository.support.SimpleLdapRepository$1.class
org.springframework.ldap.repository.support.LdapRepositoryFactory$1.class
org.springframework.ldap.repository.support.SimpleLdapRepository$TransformingIterable.class
org.springframework.ldap.repository.query.AnnotatedLdapRepositoryQuery.class
org.springframework.ldap.repository.query.LdapQueryMethod.class
org.springframework.ldap.repository.query.LdapQueryCreator.class
org.springframework.ldap.repository.query.LdapQueryCreator$1.class
org.springframework.ldap.repository.query.AbstractLdapRepositoryQuery.class
org.springframework.ldap.repository.query.PartTreeLdapRepositoryQuery.class
org.springframework.ldap.repository.config.EnableLdapRepositories.class
org.springframework.ldap.repository.config.LdapRepositoryConfigurationExtension.class
org.springframework.ldap.repository.config.LdapRepositoriesRegistrar.class
org.springframework.ldap.support.LdapUtils.class
org.springframework.ldap.support.AttributeValueCallbackHandler.class
org.springframework.ldap.support.LdapEncoder.class
org.springframework.ldap.support.LdapNameBuilder.class
org.springframework.ldap.support.ListComparator.class
org.springframework.ldap.support.LdapUtils$CollectingAttributeValueCallbackHandler.class
org.springframework.ldap.query.CriteriaContainerType$2.class
org.springframework.ldap.query.CriteriaContainerType.class
org.springframework.ldap.query.CriteriaContainerType$1.class
org.springframework.ldap.query.DefaultContainerCriteria.class
org.springframework.ldap.query.LdapQuery.class
org.springframework.ldap.query.ContainerCriteria.class
org.springframework.ldap.query.DefaultConditionCriteria.class
org.springframework.ldap.query.LdapQueryBuilder.class
org.springframework.ldap.query.AppendableContainerCriteria.class
org.springframework.ldap.query.ConditionCriteria.class
org.springframework.ldap.query.SearchScope.class
org.springframework.ldap.config.Elements.class
org.springframework.ldap.config.LdapNamespaceHandler.class
org.springframework.ldap.config.TransactionManagerParser.class
org.springframework.ldap.config.ParserUtils.class
org.springframework.ldap.config.LdapTemplateParser.class
org.springframework.ldap.config.ContextSourceParser.class
org.springframework.ldap.config.DefaultRenamingStrategyParser.class
org.springframework.ldap.core.LdapTemplate$15.class
org.springframework.ldap.core.LdapTemplate$9.class
org.springframework.ldap.core.LdapTemplate$NullAuthenticationErrorCallback.class
org.springframework.ldap.core.LdapOperations.class
org.springframework.ldap.core.LdapTemplate$16.class
org.springframework.ldap.core.DistinguishedNameEditor.class
org.springframework.ldap.core.DirContextOperations.class
org.springframework.ldap.core.TokenMgrError.class
org.springframework.ldap.core.DistinguishedName.class
org.springframework.ldap.core.SearchExecutor.class
org.springframework.ldap.core.NameClassPairMapper.class
org.springframework.ldap.core.LdapTemplate$13.class
org.springframework.ldap.core.LdapTemplate$ReturningAuthenticatedLdapEntryContext.class
org.springframework.ldap.core.DnParserImpl.class
org.springframework.ldap.core.ContextSource.class
org.springframework.ldap.core.DefaultDnParserFactory.class
org.springframework.ldap.core.LdapTemplate$17.class
org.springframework.ldap.core.ContextAssembler.class
org.springframework.ldap.core.LdapTemplate$2.class
org.springframework.ldap.core.LdapTemplate$MappingCollectingNameClassPairCallbackHandler.class
org.springframework.ldap.core.DirContextProxy.class
org.springframework.ldap.core.AuthenticatedLdapEntryContextMapper.class
org.springframework.ldap.core.LdapTemplate$32.class
org.springframework.ldap.core.NameAwareAttribute.class
org.springframework.ldap.core.LdapTemplate$31.class
org.springframework.ldap.core.IncrementalAttributesMapper.class
org.springframework.ldap.core.ObjectRetrievalException.class
org.springframework.ldap.core.AuthenticationErrorCallback.class
org.springframework.ldap.core.AuthenticatedLdapEntryContextCallback.class
org.springframework.ldap.core.DnParserImplConstants.class
org.springframework.ldap.core.LdapTemplate$NullAuthenticatedLdapEntryContextCallback.class
org.springframework.ldap.core.LdapTemplate$NullDirContextProcessor.class
org.springframework.ldap.core.LdapTemplate$21.class
org.springframework.ldap.core.LdapTemplate$29.class
org.springframework.ldap.core.LdapTemplate$34.class
org.springframework.ldap.core.LdapTemplate$7.class
org.springframework.ldap.core.IterableNamingEnumeration.class
org.springframework.ldap.core.LdapTemplate$20.class
org.springframework.ldap.core.LdapTemplate$24.class
org.springframework.ldap.core.LdapTemplate$18.class
org.springframework.ldap.core.LdapTemplate$12.class
org.springframework.ldap.core.LdapEntryIdentificationContextMapper.class
org.springframework.ldap.core.DnParser.class
org.springframework.ldap.core.LdapTemplate$1.class
org.springframework.ldap.core.AuthenticationSource.class
org.springframework.ldap.core.LdapTemplate$19.class
org.springframework.ldap.core.LdapTemplate$5.class
org.springframework.ldap.core.LdapTemplate$28.class
org.springframework.ldap.core.ParseException.class
org.springframework.ldap.core.ContextMapperCallbackHandler.class
org.springframework.ldap.core.LdapTemplate$33.class
org.springframework.ldap.core.LdapRdn.class
org.springframework.ldap.core.LdapRdnComponent.class
org.springframework.ldap.core.DirContextAdapter.class
org.springframework.ldap.core.LdapTemplate$6.class
org.springframework.ldap.core.CollectingNameClassPairCallbackHandler.class
org.springframework.ldap.core.CollectingAuthenticationErrorCallback.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
powermock-module-junit4-1.5.1.jar
/org.powermock/powermock-module-junit4/1.5.1
查看powermock-module-junit4所有版本文件
spring-tx-3.2.8.RELEASE.jar
/org.springframework/spring-tx/3.2.8.RELEASE
查看spring-tx所有版本文件
spring-test-3.2.8.RELEASE.jar
/org.springframework/spring-test/3.2.8.RELEASE
查看spring-test所有版本文件
spring-data-commons-1.6.1.RELEASE.jar
/org.springframework.data/spring-data-commons/1.6.1.RELEASE
查看spring-data-commons所有版本文件
powermock-module-junit4-common-1.5.1.jar
/org.powermock/powermock-module-junit4-common/1.5.1
查看powermock-module-junit4-common所有版本文件
powermock-api-mockito-1.5.1.jar
/org.powermock/powermock-api-mockito/1.5.1
查看powermock-api-mockito所有版本文件
slf4j-log4j12-1.7.5.jar
/org.slf4j/slf4j-log4j12/1.7.5
查看slf4j-log4j12所有版本文件
mockito-core-1.9.5.jar
/org.mockito/mockito-core/1.9.5
查看mockito-core所有版本文件
spring-beans-3.2.8.RELEASE.jar
/org.springframework/spring-beans/3.2.8.RELEASE
查看spring-beans所有版本文件
gsbase-2.0.1.jar
/gsbase/gsbase/2.0.1
查看gsbase所有版本文件
commons-lang-2.4.jar
/commons-lang/commons-lang/2.4
查看commons-lang所有版本文件
junit-4.10.jar
/junit/junit/4.10
查看junit所有版本文件
powermock-api-support-1.5.1.jar
/org.powermock/powermock-api-support/1.5.1
查看powermock-api-support所有版本文件
powermock-reflect-1.5.1.jar
/org.powermock/powermock-reflect/1.5.1
查看powermock-reflect所有版本文件
spring-core-3.2.8.RELEASE.jar
/org.springframework/spring-core/3.2.8.RELEASE
查看spring-core所有版本文件
powermock-core-1.5.1.jar
/org.powermock/powermock-core/1.5.1
查看powermock-core所有版本文件
|