p

pxc-framework-redis

[2.0.5]pxc framework redis 模块,统一采用Redisson组件
Apache License, Version 2.0
Files download
File Operation
pxc-framework-redis-2.0.5.jar download
pxc-framework-redis-2.0.5.pom download
pxc-framework-redis-2.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.panxiaochao</groupId>
  <artifactId>pxc-framework-redis</artifactId>
  <version>2.0.5</version>
</dependency>
Gradle Groovy
implementation 'io.github.panxiaochao:pxc-framework-redis:2.0.5'
Gradle Kotlin
implementation("io.github.panxiaochao:pxc-framework-redis:2.0.5")
Scala SBT
libraryDependencies += "io.github.panxiaochao" % "pxc-framework-redis" % "2.0.5"
Groovy Grape
@Grapes(
  @Grab(group='io.github.panxiaochao', module='pxc-framework-redis', version='2.0.5')
)
Apache Ivy
<dependency org="io.github.panxiaochao" name="pxc-framework-redis" rev="2.0.5" />
Leiningen
[io.github.panxiaochao/pxc-framework-redis "2.0.5"]
Apache Buildr
'io.github.panxiaochao:pxc-framework-redis:jar:2.0.5'