组织ID: |
org.springframework.data |
项目ID: |
spring-data-redis |
版本: |
1.0.0.RELEASE |
最后修改时间: |
2018-07-30 10:40:08 |
包类型: |
jar |
标题: |
The Apache Software License, Version 2.0 |
大小: |
343.54KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-redis</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework.data:spring-data-redis:1.0.0.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-redis</artifactId>
<version>1.0.0.RELEASE</version>
<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>
<dependencies>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1.1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jredis</groupId>
<artifactId>jredis-anthonylauzon</artifactId>
<version>03122010</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context-support</artifactId>
<version>3.1.0.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<version>3.1.0.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils-core</artifactId>
<version>1.8.3</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.6.4</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>2.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.16</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<version>1.6.4</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
<version>1.8.6</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.idevlab</groupId>
<artifactId>rjc</artifactId>
<version>0.6.4</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-oxm</artifactId>
<version>3.1.0.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>3.1.0.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.6.4</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/spring.handlers
META-INF/spring.schemas
META-INF/spring.tooling
org.springframework.data.redis.package-info.class
org.springframework.data.redis.RedisConnectionFailureException.class
org.springframework.data.redis.RedisSystemException.class
org.springframework.data.redis.cache.DefaultRedisCachePrefix.class
org.springframework.data.redis.cache.package-info.class
org.springframework.data.redis.cache.RedisCache$1.class
org.springframework.data.redis.cache.RedisCache$2.class
org.springframework.data.redis.cache.RedisCache$3.class
org.springframework.data.redis.cache.RedisCache$4.class
org.springframework.data.redis.cache.RedisCache.class
org.springframework.data.redis.cache.RedisCacheManager.class
org.springframework.data.redis.cache.RedisCachePrefix.class
org.springframework.data.redis.config.RedisCollectionParser.class
org.springframework.data.redis.config.RedisListenerContainerParser.class
org.springframework.data.redis.config.RedisNamespaceHandler.class
org/springframework/data/redis/config/spring-redis-1.0.xsd
org/springframework/data/redis/config/spring-redis.gif
org.springframework.data.redis.connection.DataType.class
org.springframework.data.redis.connection.DefaultMessage.class
org.springframework.data.redis.connection.DefaultSortParameters.class
org.springframework.data.redis.connection.DefaultStringRedisConnection.class
org.springframework.data.redis.connection.DefaultStringTuple.class
org.springframework.data.redis.connection.DefaultTuple.class
org.springframework.data.redis.connection.Message.class
org.springframework.data.redis.connection.MessageListener.class
org.springframework.data.redis.connection.package-info.class
org.springframework.data.redis.connection.RedisCommands.class
org.springframework.data.redis.connection.RedisConnection.class
org.springframework.data.redis.connection.RedisConnectionCommands.class
org.springframework.data.redis.connection.RedisConnectionFactory.class
org.springframework.data.redis.connection.RedisHashCommands.class
org.springframework.data.redis.connection.RedisInvalidSubscriptionException.class
org.springframework.data.redis.connection.RedisKeyCommands.class
org.springframework.data.redis.connection.RedisListCommands$Position.class
org.springframework.data.redis.connection.RedisListCommands.class
org.springframework.data.redis.connection.RedisPubSubCommands.class
org.springframework.data.redis.connection.RedisServerCommands.class
org.springframework.data.redis.connection.RedisSetCommands.class
org.springframework.data.redis.connection.RedisStringCommands.class
org.springframework.data.redis.connection.RedisSubscribedConnectionException.class
org.springframework.data.redis.connection.RedisTxCommands.class
org.springframework.data.redis.connection.RedisZSetCommands$Aggregate.class
org.springframework.data.redis.connection.RedisZSetCommands$Tuple.class
org.springframework.data.redis.connection.RedisZSetCommands.class
org.springframework.data.redis.connection.SortParameters$Order.class
org.springframework.data.redis.connection.SortParameters$Range.class
org.springframework.data.redis.connection.SortParameters.class
org.springframework.data.redis.connection.StringRedisConnection$StringTuple.class
org.springframework.data.redis.connection.StringRedisConnection.class
org.springframework.data.redis.connection.Subscription.class
org.springframework.data.redis.connection.jedis.JedisConnection.class
org.springframework.data.redis.connection.jedis.JedisConnectionFactory.class
org.springframework.data.redis.connection.jedis.JedisMessageListener.class
org.springframework.data.redis.connection.jedis.JedisSubscription.class
org.springframework.data.redis.connection.jedis.JedisUtils.class
org.springframework.data.redis.connection.jedis.package-info.class
org.springframework.data.redis.connection.jredis.JredisConnection.class
org.springframework.data.redis.connection.jredis.JredisConnectionFactory.class
org.springframework.data.redis.connection.jredis.JredisUtils$1.class
org.springframework.data.redis.connection.jredis.JredisUtils.class
org.springframework.data.redis.connection.jredis.package-info.class
org.springframework.data.redis.connection.rjc.CloseSuppressingRjcConnection.class
org.springframework.data.redis.connection.rjc.package-info.class
org.springframework.data.redis.connection.rjc.RjcConnection.class
org.springframework.data.redis.connection.rjc.RjcConnectionFactory.class
org.springframework.data.redis.connection.rjc.RjcMessageListener.class
org.springframework.data.redis.connection.rjc.RjcSubscription.class
org.springframework.data.redis.connection.rjc.RjcUtils$1.class
org.springframework.data.redis.connection.rjc.RjcUtils.class
org.springframework.data.redis.connection.rjc.SingleDataSource.class
org.springframework.data.redis.connection.util.AbstractSubscription.class
org.springframework.data.redis.connection.util.Base64.class
org.springframework.data.redis.connection.util.ByteArrayWrapper.class
org.springframework.data.redis.connection.util.DecodeUtils.class
org.springframework.data.redis.connection.util.package-info.class
org.springframework.data.redis.core.AbstractOperations$ValueDeserializingRedisCallback.class
org.springframework.data.redis.core.AbstractOperations.class
org.springframework.data.redis.core.BoundHashOperations.class
org.springframework.data.redis.core.BoundKeyOperations.class
org.springframework.data.redis.core.BoundListOperations.class
org.springframework.data.redis.core.BoundSetOperations.class
org.springframework.data.redis.core.BoundValueOperations.class
org.springframework.data.redis.core.BoundZSetOperations.class
org.springframework.data.redis.core.BulkMapper.class
org.springframework.data.redis.core.CloseSuppressingInvocationHandler.class
org.springframework.data.redis.core.DefaultBoundHashOperations.class
org.springframework.data.redis.core.DefaultBoundKeyOperations.class
org.springframework.data.redis.core.DefaultBoundListOperations.class
org.springframework.data.redis.core.DefaultBoundSetOperations.class
org.springframework.data.redis.core.DefaultBoundValueOperations.class
org.springframework.data.redis.core.DefaultBoundZSetOperations.class
org.springframework.data.redis.core.DefaultHashOperations$1.class
org.springframework.data.redis.core.DefaultHashOperations$10.class
org.springframework.data.redis.core.DefaultHashOperations$11.class
org.springframework.data.redis.core.DefaultHashOperations$12.class
org.springframework.data.redis.core.DefaultHashOperations$2.class
org.springframework.data.redis.core.DefaultHashOperations$3.class
org.springframework.data.redis.core.DefaultHashOperations$4.class
org.springframework.data.redis.core.DefaultHashOperations$5.class
org.springframework.data.redis.core.DefaultHashOperations$6.class
org.springframework.data.redis.core.DefaultHashOperations$7.class
org.springframework.data.redis.core.DefaultHashOperations$8.class
org.springframework.data.redis.core.DefaultHashOperations$9.class
org.springframework.data.redis.core.DefaultHashOperations.class
org.springframework.data.redis.core.DefaultListOperations$1.class
org.springframework.data.redis.core.DefaultListOperations$10.class
org.springframework.data.redis.core.DefaultListOperations$11.class
org.springframework.data.redis.core.DefaultListOperations$12.class
org.springframework.data.redis.core.DefaultListOperations$13.class
org.springframework.data.redis.core.DefaultListOperations$14.class
org.springframework.data.redis.core.DefaultListOperations$15.class
org.springframework.data.redis.core.DefaultListOperations$16.class
org.springframework.data.redis.core.DefaultListOperations$17.class
org.springframework.data.redis.core.DefaultListOperations$18.class
org.springframework.data.redis.core.DefaultListOperations$2.class
org.springframework.data.redis.core.DefaultListOperations$3.class
org.springframework.data.redis.core.DefaultListOperations$4.class
org.springframework.data.redis.core.DefaultListOperations$5.class
org.springframework.data.redis.core.DefaultListOperations$6.class
org.springframework.data.redis.core.DefaultListOperations$7.class
org.springframework.data.redis.core.DefaultListOperations$8.class
org.springframework.data.redis.core.DefaultListOperations$9.class
org.springframework.data.redis.core.DefaultListOperations.class
org.springframework.data.redis.core.DefaultSetOperations$1.class
org.springframework.data.redis.core.DefaultSetOperations$10.class
org.springframework.data.redis.core.DefaultSetOperations$11.class
org.springframework.data.redis.core.DefaultSetOperations$12.class
org.springframework.data.redis.core.DefaultSetOperations$13.class
org.springframework.data.redis.core.DefaultSetOperations$14.class
org.springframework.data.redis.core.DefaultSetOperations$2.class
org.springframework.data.redis.core.DefaultSetOperations$3.class
org.springframework.data.redis.core.DefaultSetOperations$4.class
org.springframework.data.redis.core.DefaultSetOperations$5.class
org.springframework.data.redis.core.DefaultSetOperations$6.class
org.springframework.data.redis.core.DefaultSetOperations$7.class
org.springframework.data.redis.core.DefaultSetOperations$8.class
org.springframework.data.redis.core.DefaultSetOperations$9.class
org.springframework.data.redis.core.DefaultSetOperations.class
org.springframework.data.redis.core.DefaultTypedTuple.class
org.springframework.data.redis.core.DefaultValueOperations$1.class
org.springframework.data.redis.core.DefaultValueOperations$10.class
org.springframework.data.redis.core.DefaultValueOperations$11.class
org.springframework.data.redis.core.DefaultValueOperations$12.class
org.springframework.data.redis.core.DefaultValueOperations$13.class
org.springframework.data.redis.core.DefaultValueOperations$2.class
org.springframework.data.redis.core.DefaultValueOperations$3.class
org.springframework.data.redis.core.DefaultValueOperations$4.class
org.springframework.data.redis.core.DefaultValueOperations$5.class
org.springframework.data.redis.core.DefaultValueOperations$6.class
org.springframework.data.redis.core.DefaultValueOperations$7.class
org.springframework.data.redis.core.DefaultValueOperations$8.class
org.springframework.data.redis.core.DefaultValueOperations$9.class
org.springframework.data.redis.core.DefaultValueOperations.class
org.springframework.data.redis.core.DefaultZSetOperations$1.class
org.springframework.data.redis.core.DefaultZSetOperations$10.class
org.springframework.data.redis.core.DefaultZSetOperations$11.class
org.springframework.data.redis.core.DefaultZSetOperations$12.class
org.springframework.data.redis.core.DefaultZSetOperations$13.class
org.springframework.data.redis.core.DefaultZSetOperations$14.class
org.springframework.data.redis.core.DefaultZSetOperations$15.class
org.springframework.data.redis.core.DefaultZSetOperations$16.class
org.springframework.data.redis.core.DefaultZSetOperations$17.class
org.springframework.data.redis.core.DefaultZSetOperations$18.class
org.springframework.data.redis.core.DefaultZSetOperations$19.class
org.springframework.data.redis.core.DefaultZSetOperations$2.class
org.springframework.data.redis.core.DefaultZSetOperations$20.class
org.springframework.data.redis.core.DefaultZSetOperations$3.class
org.springframework.data.redis.core.DefaultZSetOperations$4.class
org.springframework.data.redis.core.DefaultZSetOperations$5.class
org.springframework.data.redis.core.DefaultZSetOperations$6.class
org.springframework.data.redis.core.DefaultZSetOperations$7.class
org.springframework.data.redis.core.DefaultZSetOperations$8.class
org.springframework.data.redis.core.DefaultZSetOperations$9.class
org.springframework.data.redis.core.DefaultZSetOperations.class
org.springframework.data.redis.core.HashOperations.class
org.springframework.data.redis.core.HashOperationsEditor.class
org.springframework.data.redis.core.ListOperations.class
org.springframework.data.redis.core.ListOperationsEditor.class
org.springframework.data.redis.core.package-info.class
org.springframework.data.redis.core.RedisAccessor.class
org.springframework.data.redis.core.RedisCallback.class
org.springframework.data.redis.core.RedisConnectionUtils$RedisConnectionHolder.class
org.springframework.data.redis.core.RedisConnectionUtils$RedisConnectionSynchronization.class
org.springframework.data.redis.core.RedisConnectionUtils.class
org.springframework.data.redis.core.RedisOperations.class
org.springframework.data.redis.core.RedisTemplate$1.class
org.springframework.data.redis.core.RedisTemplate$10.class
org.springframework.data.redis.core.RedisTemplate$11.class
org.springframework.data.redis.core.RedisTemplate$12.class
org.springframework.data.redis.core.RedisTemplate$13.class
org.springframework.data.redis.core.RedisTemplate$14.class
org.springframework.data.redis.core.RedisTemplate$15.class
org.springframework.data.redis.core.RedisTemplate$16.class
org.springframework.data.redis.core.RedisTemplate$17.class
org.springframework.data.redis.core.RedisTemplate$18.class
org.springframework.data.redis.core.RedisTemplate$19.class
org.springframework.data.redis.core.RedisTemplate$2.class
org.springframework.data.redis.core.RedisTemplate$20.class
org.springframework.data.redis.core.RedisTemplate$21.class
org.springframework.data.redis.core.RedisTemplate$22.class
org.springframework.data.redis.core.RedisTemplate$3.class
org.springframework.data.redis.core.RedisTemplate$4.class
org.springframework.data.redis.core.RedisTemplate$5.class
org.springframework.data.redis.core.RedisTemplate$6.class
org.springframework.data.redis.core.RedisTemplate$7.class
org.springframework.data.redis.core.RedisTemplate$8.class
org.springframework.data.redis.core.RedisTemplate$9.class
org.springframework.data.redis.core.RedisTemplate.class
org.springframework.data.redis.core.SessionCallback.class
org.springframework.data.redis.core.SetOperations.class
org.springframework.data.redis.core.SetOperationsEditor.class
org.springframework.data.redis.core.StringRedisTemplate.class
org.springframework.data.redis.core.ValueOperations.class
org.springframework.data.redis.core.ValueOperationsEditor.class
org.springframework.data.redis.core.ZSetOperations$TypedTuple.class
org.springframework.data.redis.core.ZSetOperations.class
org.springframework.data.redis.core.ZSetOperationsEditor.class
org.springframework.data.redis.core.query.DefaultSortCriterion.class
org.springframework.data.redis.core.query.DefaultSortQuery.class
org.springframework.data.redis.core.query.package-info.class
org.springframework.data.redis.core.query.QueryUtils.class
org.springframework.data.redis.core.query.SortCriterion.class
org.springframework.data.redis.core.query.SortQuery.class
org.springframework.data.redis.core.query.SortQueryBuilder.class
org.springframework.data.redis.hash.BeanUtilsHashMapper.class
org.springframework.data.redis.hash.DecoratingStringHashMapper.class
org.springframework.data.redis.hash.HashMapper.class
org.springframework.data.redis.hash.JacksonHashMapper.class
org.springframework.data.redis.hash.package-info.class
org.springframework.data.redis.listener.ChannelTopic.class
org.springframework.data.redis.listener.package-info.class
org.springframework.data.redis.listener.PatternTopic.class
org.springframework.data.redis.listener.RedisMessageListenerContainer$1.class
org.springframework.data.redis.listener.RedisMessageListenerContainer$DispatchMessageListener$1.class
org.springframework.data.redis.listener.RedisMessageListenerContainer$DispatchMessageListener$2.class
org.springframework.data.redis.listener.RedisMessageListenerContainer$DispatchMessageListener.class
org.springframework.data.redis.listener.RedisMessageListenerContainer$SubscriptionTask$PatternSubscriptionTask.class
org.springframework.data.redis.listener.RedisMessageListenerContainer$SubscriptionTask.class
org.springframework.data.redis.listener.RedisMessageListenerContainer.class
org.springframework.data.redis.listener.Topic.class
org.springframework.data.redis.listener.adapter.MessageListenerAdapter$MethodInvoker$1.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
commons-logging-1.1.1.jar
/commons-logging/commons-logging/1.1.1
查看commons-logging所有版本文件
jredis-anthonylauzon-03122010.jar
/org.jredis/jredis-anthonylauzon/03122010
查看jredis-anthonylauzon所有版本文件
spring-context-support-3.1.0.RELEASE.jar
/org.springframework/spring-context-support/3.1.0.RELEASE
查看spring-context-support所有版本文件
spring-tx-3.1.0.RELEASE.jar
/org.springframework/spring-tx/3.1.0.RELEASE
查看spring-tx所有版本文件
commons-beanutils-core-1.8.3.jar
/commons-beanutils/commons-beanutils-core/1.8.3
查看commons-beanutils-core所有版本文件
slf4j-log4j12-1.6.4.jar
/org.slf4j/slf4j-log4j12/1.6.4
查看slf4j-log4j12所有版本文件
jedis-2.0.0.jar
/redis.clients/jedis/2.0.0
查看jedis所有版本文件
log4j-1.2.16.jar
/log4j/log4j/1.2.16
查看log4j所有版本文件
jcl-over-slf4j-1.6.4.jar
/org.slf4j/jcl-over-slf4j/1.6.4
查看jcl-over-slf4j所有版本文件
jackson-mapper-asl-1.8.6.jar
/org.codehaus.jackson/jackson-mapper-asl/1.8.6
查看jackson-mapper-asl所有版本文件
rjc-0.6.4.jar
/org.idevlab/rjc/0.6.4
查看rjc所有版本文件
spring-oxm-3.1.0.RELEASE.jar
/org.springframework/spring-oxm/3.1.0.RELEASE
查看spring-oxm所有版本文件
spring-core-3.1.0.RELEASE.jar
/org.springframework/spring-core/3.1.0.RELEASE
查看spring-core所有版本文件
slf4j-api-1.6.4.jar
/org.slf4j/slf4j-api/1.6.4
查看slf4j-api所有版本文件
|