MVN

tech.mhuang : interchan-redis-kafka-middle-common

Maven & Gradle

Apr 23, 2020

interchan-redis-kafka-middle-common

<dependency>
    <groupId>tech.mhuang</groupId>
    <artifactId>interchan-redis-kafka-middle-common</artifactId>
    <version>1.6.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.mhuang : interchan-redis-kafka-middle-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.1

All Versions

Choose a version of tech.mhuang : interchan-redis-kafka-middle-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
interchan-redis-kafka-middle-common-1.6.1
interchan-redis-kafka-middle-common-1.6.0
1.4.x
interchan-redis-kafka-middle-common-1.4.3
interchan-redis-kafka-middle-common-1.4.2
interchan-redis-kafka-middle-common-1.4.1
interchan-redis-kafka-middle-common-1.4.0
1.3.x
interchan-redis-kafka-middle-common-1.3.0
1.2.x
interchan-redis-kafka-middle-common-1.2.0

How to add a dependency to Maven

Add the following tech.mhuang : interchan-redis-kafka-middle-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.mhuang</groupId>
    <artifactId>interchan-redis-kafka-middle-common</artifactId>
    <version>1.6.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.mhuang : interchan-redis-kafka-middle-common gradle dependency to your build.gradle file:

implementation 'tech.mhuang:interchan-redis-kafka-middle-common:1.6.1'

Gradle Kotlin DSL: Add the following tech.mhuang : interchan-redis-kafka-middle-common gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.mhuang:interchan-redis-kafka-middle-common:1.6.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.mhuang : interchan-redis-kafka-middle-common sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.mhuang" % "interchan-redis-kafka-middle-common" % "1.6.1"