组织ID: |
org.springframework.data |
项目ID: |
spring-data-gemfire |
版本: |
1.5.4.RELEASE |
最后修改时间: |
2018-08-04 23:03:04 |
包类型: |
jar |
标题: |
Spring Data GemFire |
描述: |
Spring Data GemFire |
相关URL: |
http://github.com/SpringSource/spring-gemfire |
大小: |
463.54KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-gemfire</artifactId>
<version>1.5.4.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework.data:spring-data-gemfire:1.5.4.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.data</groupId>
<artifactId>spring-data-gemfire</artifactId>
<version>1.5.4.RELEASE</version>
<name>Spring Data GemFire</name>
<description>Spring Data GemFire</description>
<url>http://github.com/SpringSource/spring-gemfire</url>
<organization>
<name>SpringSource</name>
<url>http://www.springsource.org/spring-gemfire</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>costin</id>
<name>Costin Leau</name>
<email>cleau@vmware.com</email>
</developer>
<developer>
<id>dturanski</id>
<name>David Turanski</name>
<email>dturanski@gopivotal.com</email>
</developer>
<developer>
<id>jblum</id>
<name>John Blum</name>
<email>jblum@gopivotal.com</email>
</developer>
<developer>
<id>ogierke</id>
<name>Oliver Gierke</name>
<email>ogierke@gopivotal.com</email>
</developer>
<developer>
<id>ladams</id>
<name>Lyndon Adams</name>
<email>ladams@gopivotal.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/SpringSource/spring-gemfire</connection>
<developerConnection>scm:git:git://github.com/SpringSource/spring-gemfire</developerConnection>
<url>http://github.com/SpringSource/spring-gemfire</url>
</scm>
<dependencies>
<dependency>
<groupId>antlr</groupId>
<artifactId>antlr</artifactId>
<version>2.7.7</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<version>1.7.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>4.0.9.RELEASE</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
<version>1.9.4.RELEASE</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.gemstone.gemfire</groupId>
<artifactId>gemfire</artifactId>
<version>7.0.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<version>4.0.9.RELEASE</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context-support</artifactId>
<version>4.0.9.RELEASE</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
<version>1.9.12</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
<version>1.8.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-core-asl</artifactId>
<version>1.9.12</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<version>4.0.9.RELEASE</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.data.gemfire.CacheFactoryBean$1.class
org.springframework.data.gemfire.GemfireTemplate$RegionCloseSuppressingInvocationHandler.class
org.springframework.data.gemfire.FunctionServiceFactoryBean.class
org.springframework.data.gemfire.CacheFactoryBean.class
org.springframework.data.gemfire.WiringDeclarableSupport$1.class
org.springframework.data.gemfire.GemfireTransactionManager$1.class
org.springframework.data.gemfire.LocalRegionFactoryBean.class
org.springframework.data.gemfire.GemfireUtils.class
org.springframework.data.gemfire.LazyWiringDeclarableSupport$1.class
org.springframework.data.gemfire.IndexTypeConverter.class
org.springframework.data.gemfire.LazyWiringDeclarableSupport.class
org.springframework.data.gemfire.DeclarableSupport.class
org.springframework.data.gemfire.PartitionAttributesFactoryBean.class
org.springframework.data.gemfire.DataPolicyConverter$1.class
org.springframework.data.gemfire.ClientRegionShortcutConverter.class
org.springframework.data.gemfire.GemfireTransactionManager.class
org.springframework.data.gemfire.GemfireBeanFactoryLocator$SimpleBeanFactoryReference.class
org.springframework.data.gemfire.GemfireTransactionManager$CacheHolder.class
org.springframework.data.gemfire.GemfireQueryException.class
org.springframework.data.gemfire.CacheFactoryBean$PdxOptions.class
org.springframework.data.gemfire.CacheFactoryBean$JndiDataSource.class
org.springframework.data.gemfire.GemfireTransactionCommitException.class
org.springframework.data.gemfire.GemfireTemplate.class
org.springframework.data.gemfire.GemfireBeanFactoryLocator.class
org.springframework.data.gemfire.GemfireTransactionManager$CacheTransactionObject.class
org.springframework.data.gemfire.DataPolicyConverter.class
org.springframework.data.gemfire.IndexType.class
org.springframework.data.gemfire.WiringDeclarableSupport.class
org.springframework.data.gemfire.IndexFactoryBean.class
org.springframework.data.gemfire.SubRegionFactoryBean.class
org.springframework.data.gemfire.RegionShortcutConverter.class
org.springframework.data.gemfire.GemfireCancellationException.class
org.springframework.data.gemfire.GemfireAccessor.class
org.springframework.data.gemfire.FixedPartitionAttributesFactoryBean.class
org.springframework.data.gemfire.GemfireCacheUtils.class
org.springframework.data.gemfire.DiskStoreFactoryBean.class
org.springframework.data.gemfire.RegionAttributesFactoryBean.class
org.springframework.data.gemfire.GemfireSystemException.class
org.springframework.data.gemfire.GemfireCallback.class
org.springframework.data.gemfire.RegionLookupFactoryBean.class
org.springframework.data.gemfire.CacheFactoryBean$DynamicRegionSupport.class
org.springframework.data.gemfire.DiskStoreFactoryBean$DiskDir.class
org.springframework.data.gemfire.DataPolicyConverter$Policy.class
org.springframework.data.gemfire.RegionFactoryBean.class
org.springframework.data.gemfire.GemfireOperations.class
org.springframework.data.gemfire.PartitionedRegionFactoryBean.class
org.springframework.data.gemfire.GemfireIndexException.class
org.springframework.data.gemfire.ReplicatedRegionFactoryBean.class
org.springframework.data.gemfire.mapping.Region.class
org.springframework.data.gemfire.mapping.PdxReaderPropertyAccessor.class
org.springframework.data.gemfire.mapping.Regions.class
org.springframework.data.gemfire.mapping.MappingPdxSerializer$2.class
org.springframework.data.gemfire.mapping.GemfirePropertyValueProvider.class
org.springframework.data.gemfire.mapping.GemfirePersistentProperty.class
org.springframework.data.gemfire.mapping.GemfirePersistentEntity.class
org.springframework.data.gemfire.mapping.MappingPdxSerializer.class
org.springframework.data.gemfire.mapping.MappingPdxSerializer$1.class
org.springframework.data.gemfire.mapping.GemfireMappingContext.class
org.springframework.data.gemfire.server.CacheServerFactoryBean.class
org.springframework.data.gemfire.server.SubscriptionEvictionPolicy.class
org.springframework.data.gemfire.util.ArrayUtils.class
org.springframework.data.gemfire.function.GemfireFunctionUtils.class
org.springframework.data.gemfire.function.FunctionArgumentResolver.class
org.springframework.data.gemfire.function.DefaultFunctionArgumentResolver.class
org.springframework.data.gemfire.function.PojoFunctionWrapper.class
org.springframework.data.gemfire.function.PdxFunctionArgumentResolver.class
org.springframework.data.gemfire.function.FunctionContextInjectingArgumentResolver.class
org.springframework.data.gemfire.function.BatchingResultSender.class
org.springframework.data.gemfire.function.annotation.OnServers.class
org.springframework.data.gemfire.function.annotation.RegionData.class
org.springframework.data.gemfire.function.annotation.GemfireFunction.class
org.springframework.data.gemfire.function.annotation.FunctionId.class
org.springframework.data.gemfire.function.annotation.OnMember.class
org.springframework.data.gemfire.function.annotation.OnRegion.class
org.springframework.data.gemfire.function.annotation.Filter.class
org.springframework.data.gemfire.function.annotation.OnMembers.class
org.springframework.data.gemfire.function.annotation.OnServer.class
org.springframework.data.gemfire.function.config.OnRegionExecutionBeanDefinitionBuilder.class
org.springframework.data.gemfire.function.config.FunctionExecutionComponentProvider$AllTypeFilter.class
org.springframework.data.gemfire.function.config.TypeFilterParser$1.class
org.springframework.data.gemfire.function.config.TypeFilterParser$FilterType$2.class
org.springframework.data.gemfire.function.config.FunctionExecutionBeanDefinitionParser.class
org.springframework.data.gemfire.function.config.XmlFunctionExecutionConfigurationSource.class
org.springframework.data.gemfire.function.config.GemfireFunctionBeanPostProcessor.class
org.springframework.data.gemfire.function.config.AbstractFunctionExecutionBeanDefinitionBuilder.class
org.springframework.data.gemfire.function.config.FunctionExecutionBeanDefinitionBuilderFactory.class
org.springframework.data.gemfire.function.config.MemberBasedExecutionBeanDefinitionBuilder.class
org.springframework.data.gemfire.function.config.TypeFilterParser$FilterType$1.class
org.springframework.data.gemfire.function.config.OnServerExecutionBeanDefinitionBuilder.class
org.springframework.data.gemfire.function.config.TypeFilterParser$FilterType.class
org.springframework.data.gemfire.function.config.AnnotationFunctionExecutionConfigurationSource.class
org.springframework.data.gemfire.function.config.FunctionExecutionBeanDefinitionRegistrar.class
org.springframework.data.gemfire.function.config.FunctionExecutionComponentProvider.class
org.springframework.data.gemfire.function.config.GemfireFunctionPostBeanProcessorRegistrar.class
org.springframework.data.gemfire.function.config.FunctionExecutionComponentProvider$AnnotationTypeFilter.class
org.springframework.data.gemfire.function.config.OnServersExecutionBeanDefinitionBuilder.class
org.springframework.data.gemfire.function.config.TypeFilterParser$Type.class
org.springframework.data.gemfire.function.config.TypeFilterParser$FilterType$3.class
org.springframework.data.gemfire.function.config.AnnotationFunctionExecutionConfigurationSource$1.class
org.springframework.data.gemfire.function.config.EnableGemfireFunctions.class
org.springframework.data.gemfire.function.config.OnMembersExecutionBeanDefinitionBuilder.class
org.springframework.data.gemfire.function.config.EnableGemfireFunctionExecutions.class
org.springframework.data.gemfire.function.config.FunctionExecutionConfiguration.class
org.springframework.data.gemfire.function.config.FunctionExecutionConfigurationSource.class
org.springframework.data.gemfire.function.config.ServerBasedExecutionBeanDefinitionBuilder.class
org.springframework.data.gemfire.function.config.OnMemberExecutionBeanDefinitionBuilder.class
org.springframework.data.gemfire.function.config.TypeFilterParser$FilterType$5.class
org.springframework.data.gemfire.function.config.TypeFilterParser.class
org.springframework.data.gemfire.function.config.TypeFilterParser$FilterType$4.class
org.springframework.data.gemfire.function.config.AbstractFunctionExecutionConfigurationSource.class
org.springframework.data.gemfire.function.execution.FunctionExecutionMethodMetadata.class
org.springframework.data.gemfire.function.execution.GemfireFunctionOperations.class
org.springframework.data.gemfire.function.execution.DefaultFunctionExecutionMethodMetadata.class
org.springframework.data.gemfire.function.execution.OnRegionMethodMetadata.class
org.springframework.data.gemfire.function.execution.MethodMetadata.class
org.springframework.data.gemfire.function.execution.PoolServersFunctionExecution.class
org.springframework.data.gemfire.function.execution.GemfireOnServersFunctionTemplate.class
org.springframework.data.gemfire.function.execution.GemfireOnMemberFunctionTemplate.class
org.springframework.data.gemfire.function.execution.DistributedMemberFunctionExecution.class
org.springframework.data.gemfire.function.execution.DistributedMembersFunctionExecution.class
org.springframework.data.gemfire.function.execution.PoolServerFunctionExecution.class
org.springframework.data.gemfire.function.execution.GemfireFunctionProxyFactoryBean.class
org.springframework.data.gemfire.function.execution.GroupMemberFunctionExecution.class
org.springframework.data.gemfire.function.execution.GroupMembersFunctionExecution.class
org.springframework.data.gemfire.function.execution.OnRegionExecutionMethodMetadata.class
org.springframework.data.gemfire.function.execution.GemfireOnRegionOperations.class
org.springframework.data.gemfire.function.execution.ServersFunctionExecution.class
org.springframework.data.gemfire.function.execution.RegionFunctionExecution.class
org.springframework.data.gemfire.function.execution.GemfireOnMembersFunctionTemplate.class
org.springframework.data.gemfire.function.execution.GemfireFunctionCallback.class
org.springframework.data.gemfire.function.execution.FunctionExecutionMethodMetadata$1.class
org.springframework.data.gemfire.function.execution.ServerFunctionExecution.class
org.springframework.data.gemfire.function.execution.AllMembersFunctionExecution.class
org.springframework.data.gemfire.function.execution.GemfireOnServerFunctionTemplate.class
org.springframework.data.gemfire.function.execution.OnRegionFunctionProxyFactoryBean.class
org.springframework.data.gemfire.function.execution.AbstractFunctionExecution.class
org.springframework.data.gemfire.function.execution.DefaultMemberFunctionExecution.class
org.springframework.data.gemfire.function.execution.AbstractFunctionTemplate.class
org.springframework.data.gemfire.function.execution.GemfireOnRegionFunctionTemplate.class
org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer.class
org.springframework.data.gemfire.listener.ContinuousQueryDefinition.class
org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer$1.class
org.springframework.data.gemfire.listener.GemfireListenerExecutionFailedException.class
org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer$EventDispatcherAdapter.class
org.springframework.data.gemfire.listener.ContinuousQueryListener.class
org.springframework.data.gemfire.listener.adapter.ContinuousQueryListenerAdapter$MethodInvoker$1.class
org.springframework.data.gemfire.listener.adapter.ContinuousQueryListenerAdapter$MethodInvoker.class
org.springframework.data.gemfire.listener.adapter.ContinuousQueryListenerAdapter$MethodInvoker$2.class
org.springframework.data.gemfire.listener.adapter.ContinuousQueryListenerAdapter.class
org.springframework.data.gemfire.client.ClientCacheFactoryBean.class
org.springframework.data.gemfire.client.GemfireDataSourcePostProcessor.class
org.springframework.data.gemfire.client.Interest.class
org.springframework.data.gemfire.client.RegexInterest.class
org.springframework.data.gemfire.client.PoolFactoryBean.class
org.springframework.data.gemfire.client.ClientCacheFactoryBean$PdxOptions.class
org.springframework.data.gemfire.client.ClientCacheFactoryBean$1.class
org.springframework.data.gemfire.client.ClientRegionFactoryBean.class
org.springframework.data.gemfire.repository.Query.class
org.springframework.data.gemfire.repository.Wrapper.class
org.springframework.data.gemfire.repository.GemfireRepository.class
org.springframework.data.gemfire.repository.query.GemfireQueryMethod.class
org.springframework.data.gemfire.repository.query.Predicates$AtomicPredicate.class
org.springframework.data.gemfire.repository.query.Predicates$2.class
org.springframework.data.gemfire.repository.query.Predicate.class
org.springframework.data.gemfire.repository.query.Predicates$1.class
org.springframework.data.gemfire.repository.query.PartTreeGemfireRepositoryQuery.class
org.springframework.data.gemfire.repository.query.StringBasedGemfireRepositoryQuery.class
org.springframework.data.gemfire.repository.query.PartTreeGemfireRepositoryQuery$1.class
org.springframework.data.gemfire.repository.query.QueryBuilder.class
org.springframework.data.gemfire.repository.query.Predicates$3.class
org.springframework.data.gemfire.repository.query.QueryString.class
org.springframework.data.gemfire.repository.query.DefaultGemfireEntityInformation.class
org.springframework.data.gemfire.repository.query.Predicates.class
org.springframework.data.gemfire.repository.query.GemfireRepositoryQuery.class
org.springframework.data.gemfire.repository.query.GemfireEntityInformation.class
org.springframework.data.gemfire.repository.query.GemfireQueryCreator$IndexProvider.class
org.springframework.data.gemfire.repository.query.GemfireQueryCreator.class
org.springframework.data.gemfire.repository.config.GemfireRepositoriesRegistrar.class
org.springframework.data.gemfire.repository.config.GemfireRepositoryConfigurationExtension.class
org.springframework.data.gemfire.repository.config.EnableGemfireRepositories.class
org.springframework.data.gemfire.repository.support.SimpleGemfireRepository$1.class
org.springframework.data.gemfire.repository.support.GemfireRepositoryFactoryBean.class
org.springframework.data.gemfire.repository.support.SimpleGemfireRepository.class
org.springframework.data.gemfire.repository.support.GemfireRepositoryFactory.class
org.springframework.data.gemfire.repository.support.GemfireRepositoryFactory$1.class
org.springframework.data.gemfire.serialization.AsmInstantiatorGenerator$BytecodeClassLoader.class
org.springframework.data.gemfire.serialization.WiringInstantiator.class
org.springframework.data.gemfire.serialization.AsmInstantiatorGenerator$1.class
org.springframework.data.gemfire.serialization.AsmInstantiatorGenerator.class
org.springframework.data.gemfire.serialization.InstantiatorFactoryBean.class
org.springframework.data.gemfire.serialization.EnumSerializer.class
org.springframework.data.gemfire.serialization.InstantiatorGenerator.class
org.springframework.data.gemfire.config.AnnotationDrivenBeanDefinitionParser.class
org.springframework.data.gemfire.config.AbstractRegionParser.class
org.springframework.data.gemfire.config.GatewayReceiverParser.class
org.springframework.data.gemfire.config.GatewayHubParser.class
org.springframework.data.gemfire.config.EvictionAttributesFactoryBean.class
org.springframework.data.gemfire.config.TransactionManagerParser.class
org.springframework.data.gemfire.config.EvictionType.class
org.springframework.data.gemfire.config.EvictionAttributesFactoryBean$1.class
org.springframework.data.gemfire.config.ReplicatedRegionParser.class
org.springframework.data.gemfire.config.GemfireRegionAutoProxyParser.class
org.springframework.data.gemfire.config.GemfireListenerContainerParser.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
antlr-2.7.7.jar
/antlr/antlr/2.7.7
查看antlr所有版本文件
jcl-over-slf4j-1.7.6.jar
/org.slf4j/jcl-over-slf4j/1.7.6
查看jcl-over-slf4j所有版本文件
spring-core-4.0.9.RELEASE.jar
/org.springframework/spring-core/4.0.9.RELEASE
查看spring-core所有版本文件
slf4j-api-1.7.6.jar
/org.slf4j/slf4j-api/1.7.6
查看slf4j-api所有版本文件
spring-data-commons-1.9.4.RELEASE.jar
/org.springframework.data/spring-data-commons/1.9.4.RELEASE
查看spring-data-commons所有版本文件
gemfire-7.0.2.jar
/com.gemstone.gemfire/gemfire/7.0.2
查看gemfire所有版本文件
spring-tx-4.0.9.RELEASE.jar
/org.springframework/spring-tx/4.0.9.RELEASE
查看spring-tx所有版本文件
spring-context-support-4.0.9.RELEASE.jar
/org.springframework/spring-context-support/4.0.9.RELEASE
查看spring-context-support所有版本文件
jackson-mapper-asl-1.9.12.jar
/org.codehaus.jackson/jackson-mapper-asl/1.9.12
查看jackson-mapper-asl所有版本文件
aspectjweaver-1.8.2.jar
/org.aspectj/aspectjweaver/1.8.2
查看aspectjweaver所有版本文件
jackson-core-asl-1.9.12.jar
/org.codehaus.jackson/jackson-core-asl/1.9.12
查看jackson-core-asl所有版本文件
spring-aop-4.0.9.RELEASE.jar
/org.springframework/spring-aop/4.0.9.RELEASE
查看spring-aop所有版本文件
|