License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdcom.github.spt-oss |
ArtifactId | ArtifactIdembedded-redis |
Last Version | Last Version0.1.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEmbedded Redis in Java
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
embedded-redis-0.1.6.pom | |
embedded-redis-0.1.6.jar | 4 KB |
embedded-redis-0.1.6-sources.jar | 3 KB |
embedded-redis-0.1.6-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.spt-oss/embedded-redis/ -->
<dependency>
<groupId>com.github.spt-oss</groupId>
<artifactId>embedded-redis</artifactId>
<version>0.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spt-oss/embedded-redis/
implementation 'com.github.spt-oss:embedded-redis:0.1.6'
// https://jarcasting.com/artifacts/com.github.spt-oss/embedded-redis/
implementation ("com.github.spt-oss:embedded-redis:0.1.6")
'com.github.spt-oss:embedded-redis:jar:0.1.6'
<dependency org="com.github.spt-oss" name="embedded-redis" rev="0.1.6">
<artifact name="embedded-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spt-oss', module='embedded-redis', version='0.1.6')
)
libraryDependencies += "com.github.spt-oss" % "embedded-redis" % "0.1.6"
[com.github.spt-oss/embedded-redis "0.1.6"]
Group / Artifact | Type | Version |
---|---|---|
com.github.kstyrc : embedded-redis | jar | 0.6 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.14 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-data-redis | jar | 1.5.2.RELEASE |
org.springframework.boot : spring-boot-starter-test | jar | 1.5.2.RELEASE |