License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdorg.bardframework.commons |
ArtifactId | ArtifactIdcommon-redis |
Version | Version0.5 |
Type | Typejar |
Description |
DescriptionThe Bard Framework Parent POM provides common settings for all Bards components.
|
Filename | Size |
---|---|
common-redis-0.5.pom | |
common-redis-0.5.jar | 6 KB |
common-redis-0.5-sources.jar | 4 KB |
common-redis-0.5-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bardframework.commons/common-redis/ -->
<dependency>
<groupId>org.bardframework.commons</groupId>
<artifactId>common-redis</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.bardframework.commons/common-redis/
implementation 'org.bardframework.commons:common-redis:0.5'
// https://jarcasting.com/artifacts/org.bardframework.commons/common-redis/
implementation ("org.bardframework.commons:common-redis:0.5")
'org.bardframework.commons:common-redis:jar:0.5'
<dependency org="org.bardframework.commons" name="common-redis" rev="0.5">
<artifact name="common-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bardframework.commons', module='common-redis', version='0.5')
)
libraryDependencies += "org.bardframework.commons" % "common-redis" % "0.5"
[org.bardframework.commons/common-redis "0.5"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | |
io.lettuce : lettuce-core | jar | |
org.springframework.data : spring-data-redis | jar | |
org.slf4j : slf4j-api | jar |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | |
org.springframework.boot : spring-boot-starter-test | jar | |
org.assertj : assertj-core | jar | |
org.junit.jupiter : junit-jupiter-engine | jar |