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