MVN

com.gccloud : gc-starter-plugins-cache-pubsub-redis-native

Maven & Gradle

Jul 03, 2023

基于redis的发布订阅,如果redis禁用了发布订阅指令、那么请不要使用这个

<dependency>
    <groupId>com.gccloud</groupId>
    <artifactId>gc-starter-plugins-cache-pubsub-redis-native</artifactId>
    <version>2.0.0.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gccloud : gc-starter-plugins-cache-pubsub-redis-native to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0.RELEASE
  • Latest Beta: 1.1.0-beta1

All Versions

Choose a version of com.gccloud : gc-starter-plugins-cache-pubsub-redis-native to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
gc-starter-plugins-cache-pubsub-redis-native-2.1.0.2022112402.RELEASE
gc-starter-plugins-cache-pubsub-redis-native-2.1.0.2023042801.bugfix.RELEASE
gc-starter-plugins-cache-pubsub-redis-native-2.1.0.RELEASE
2.0.x
gc-starter-plugins-cache-pubsub-redis-native-2.0.0.RELEASE
1.2.x
gc-starter-plugins-cache-pubsub-redis-native-1.2.5.RELEASE
gc-starter-plugins-cache-pubsub-redis-native-1.2.4.2023013001.RELEASE
1.1.x
gc-starter-plugins-cache-pubsub-redis-native-1.1.1
gc-starter-plugins-cache-pubsub-redis-native-1.1.0-beta1
1.0.x
gc-starter-plugins-cache-pubsub-redis-native-1.0.2-beta5
gc-starter-plugins-cache-pubsub-redis-native-1.0.2-beta4
gc-starter-plugins-cache-pubsub-redis-native-1.0.2-beta3
gc-starter-plugins-cache-pubsub-redis-native-1.0.2-beta2
gc-starter-plugins-cache-pubsub-redis-native-1.0.2-beta

How to add a dependency to Maven

Add the following com.gccloud : gc-starter-plugins-cache-pubsub-redis-native maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gccloud</groupId>
    <artifactId>gc-starter-plugins-cache-pubsub-redis-native</artifactId>
    <version>2.0.0.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gccloud : gc-starter-plugins-cache-pubsub-redis-native gradle dependency to your build.gradle file:

implementation 'com.gccloud:gc-starter-plugins-cache-pubsub-redis-native:2.0.0.RELEASE'

Gradle Kotlin DSL: Add the following com.gccloud : gc-starter-plugins-cache-pubsub-redis-native gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gccloud:gc-starter-plugins-cache-pubsub-redis-native:2.0.0.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gccloud : gc-starter-plugins-cache-pubsub-redis-native sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gccloud" % "gc-starter-plugins-cache-pubsub-redis-native" % "2.0.0.RELEASE"