| Categories | CategoriesRedis Data Databases | 
|---|---|
| GroupId | GroupIdcn.org.faster | 
| ArtifactId | ArtifactIdfaster-redis | 
| Version | Version1.3.6.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/cn.org.faster/faster-redis/ -->
<dependency>
    <groupId>cn.org.faster</groupId>
    <artifactId>faster-redis</artifactId>
    <version>1.3.6.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/cn.org.faster/faster-redis/
implementation 'cn.org.faster:faster-redis:1.3.6.RELEASE'// https://jarcasting.com/artifacts/cn.org.faster/faster-redis/
implementation ("cn.org.faster:faster-redis:1.3.6.RELEASE")'cn.org.faster:faster-redis:jar:1.3.6.RELEASE'<dependency org="cn.org.faster" name="faster-redis" rev="1.3.6.RELEASE">
  <artifact name="faster-redis" type="jar" />
</dependency>@Grapes(
@Grab(group='cn.org.faster', module='faster-redis', version='1.3.6.RELEASE')
)libraryDependencies += "cn.org.faster" % "faster-redis" % "1.3.6.RELEASE"[cn.org.faster/faster-redis "1.3.6.RELEASE"]