Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdorg.bardframework.commons |
ArtifactId | ArtifactIdcommon-redis |
Version | Version1.3.4 |
Type | Typejar |
Filename | Size |
---|---|
common-redis-1.3.4.pom | |
common-redis-1.3.4.jar | 6 KB |
common-redis-1.3.4-sources.jar | 4 KB |
common-redis-1.3.4-javadoc.jar | 125 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bardframework.commons/common-redis/ -->
<dependency>
<groupId>org.bardframework.commons</groupId>
<artifactId>common-redis</artifactId>
<version>1.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.bardframework.commons/common-redis/
implementation 'org.bardframework.commons:common-redis:1.3.4'
// https://jarcasting.com/artifacts/org.bardframework.commons/common-redis/
implementation ("org.bardframework.commons:common-redis:1.3.4")
'org.bardframework.commons:common-redis:jar:1.3.4'
<dependency org="org.bardframework.commons" name="common-redis" rev="1.3.4">
<artifact name="common-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bardframework.commons', module='common-redis', version='1.3.4')
)
libraryDependencies += "org.bardframework.commons" % "common-redis" % "1.3.4"
[org.bardframework.commons/common-redis "1.3.4"]