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