License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdcom.power4j.kit |
ArtifactId | ArtifactIdredis-example |
Last Version | Last Version1.6.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionredis-example
Sequence example with redis backend
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
redis-example-1.6.0.pom | |
redis-example-1.6.0.jar | 4 KB |
redis-example-1.6.0-sources.jar | 3 KB |
redis-example-1.6.0-javadoc.jar | 388 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.power4j.kit/redis-example/ -->
<dependency>
<groupId>com.power4j.kit</groupId>
<artifactId>redis-example</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.power4j.kit/redis-example/
implementation 'com.power4j.kit:redis-example:1.6.0'
// https://jarcasting.com/artifacts/com.power4j.kit/redis-example/
implementation ("com.power4j.kit:redis-example:1.6.0")
'com.power4j.kit:redis-example:jar:1.6.0'
<dependency org="com.power4j.kit" name="redis-example" rev="1.6.0">
<artifact name="redis-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.power4j.kit', module='redis-example', version='1.6.0')
)
libraryDependencies += "com.power4j.kit" % "redis-example" % "1.6.0"
[com.power4j.kit/redis-example "1.6.0"]
Group / Artifact | Type | Version |
---|---|---|
com.power4j.kit : sequence-spring-boot-starter | jar | 1.6.0 |
org.springframework.boot : spring-boot-starter-web | jar | |
io.lettuce : lettuce-core | jar | |
org.apache.commons : commons-pool2 | jar | |
org.slf4j : slf4j-api | jar | |
org.projectlombok : lombok Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | |
junit : junit | jar |