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