License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdcom.github.eemmiirr.redisdata |
ArtifactId | ArtifactIdredisdata-core |
Version | Version0.7 |
Type | Typejar |
Description |
DescriptionRedis Data Core
Redis Data is a Transaction Manager and Object Mapper for redis implemented in Java 6.
|
Filename | Size |
---|---|
redisdata-core-0.7.pom | |
redisdata-core-0.7.jar | 111 KB |
redisdata-core-0.7-sources.jar | 233 KB |
redisdata-core-0.7-javadoc.jar | 491 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.eemmiirr.redisdata/redisdata-core/ -->
<dependency>
<groupId>com.github.eemmiirr.redisdata</groupId>
<artifactId>redisdata-core</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.eemmiirr.redisdata/redisdata-core/
implementation 'com.github.eemmiirr.redisdata:redisdata-core:0.7'
// https://jarcasting.com/artifacts/com.github.eemmiirr.redisdata/redisdata-core/
implementation ("com.github.eemmiirr.redisdata:redisdata-core:0.7")
'com.github.eemmiirr.redisdata:redisdata-core:jar:0.7'
<dependency org="com.github.eemmiirr.redisdata" name="redisdata-core" rev="0.7">
<artifact name="redisdata-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.eemmiirr.redisdata', module='redisdata-core', version='0.7')
)
libraryDependencies += "com.github.eemmiirr.redisdata" % "redisdata-core" % "0.7"
[com.github.eemmiirr.redisdata/redisdata-core "0.7"]
Group / Artifact | Type | Version |
---|---|---|
redis.clients : jedis | jar | 2.3.0 |
org.springframework : spring-core Optional | jar | 3.2.5.RELEASE |
org.springframework : spring-context Optional | jar | 3.2.5.RELEASE |
org.springframework : spring-aop Optional | jar | 3.2.5.RELEASE |
org.aspectj : aspectjrt | jar | 1.7.3 |
org.aspectj : aspectjweaver | jar | 1.7.3 |
org.codehaus.jackson : jackson-mapper-asl | jar | 1.9.13 |
de.ruedigermoeller : fst | jar | 1.28 |
net.jpountz.lz4 : lz4 | jar | 1.2.0 |
com.google.guava : guava | jar | 15.0 |
commons-collections : commons-collections | jar | 3.2.1 |
com.google.code.findbugs : jsr305 | jar | 2.0.2 |
org.reflections : reflections | jar | 0.9.5 |