MVN

com.hccake : ballcat-common-redis

Maven & Gradle

Dec 04, 2022
8 usages
<dependency>
    <groupId>com.hccake</groupId>
    <artifactId>ballcat-common-redis</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hccake : ballcat-common-redis to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of com.hccake : ballcat-common-redis to add to Maven or Gradle - All Versions:

  • Version Updated
  • ballcat-common-redis-1.0.3

    Dec 04, 2022
  • ballcat-common-redis-1.0.2

    Dec 02, 2022
  • ballcat-common-redis-1.0.1

    Nov 16, 2022
  • ballcat-common-redis-1.0.0

    Nov 08, 2022
  • ballcat-common-redis-0.9.0

    Aug 31, 2022
  • ballcat-common-redis-0.8.0

    Jul 12, 2022
  • ballcat-common-redis-0.7.1

    Apr 19, 2022
  • ballcat-common-redis-0.7.0

    Apr 12, 2022
  • ballcat-common-redis-0.6.0

    Jan 19, 2022
  • ballcat-common-redis-0.5.0

    Dec 03, 2021
  • ballcat-common-redis-0.4.0

    Oct 14, 2021
  • ballcat-common-redis-0.3.0

    Sep 07, 2021

How to add a dependency to Maven

Add the following com.hccake : ballcat-common-redis maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.hccake</groupId>
    <artifactId>ballcat-common-redis</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hccake : ballcat-common-redis gradle dependency to your build.gradle file:

implementation 'com.hccake:ballcat-common-redis:1.0.3'

Gradle Kotlin DSL: Add the following com.hccake : ballcat-common-redis gradle kotlin dependency to your build.gradle.kts file:

implementation("com.hccake:ballcat-common-redis:1.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hccake : ballcat-common-redis sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hccake" % "ballcat-common-redis" % "1.0.3"