MVN

me.ahoo.cosid : cosid-spring-data-jdbc

Maven & Gradle

Aug 16, 2023
430 stars

CosId · Universal, flexible, high-performance distributed ID generator.

<dependency>
    <groupId>me.ahoo.cosid</groupId>
    <artifactId>cosid-spring-data-jdbc</artifactId>
    <version>2.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.ahoo.cosid : cosid-spring-data-jdbc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.0

All Versions

Choose a version of me.ahoo.cosid : cosid-spring-data-jdbc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
cosid-spring-data-jdbc-2.5.0
2.4.x
cosid-spring-data-jdbc-2.4.0

How to add a dependency to Maven

Add the following me.ahoo.cosid : cosid-spring-data-jdbc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.ahoo.cosid</groupId>
    <artifactId>cosid-spring-data-jdbc</artifactId>
    <version>2.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.ahoo.cosid : cosid-spring-data-jdbc gradle dependency to your build.gradle file:

implementation 'me.ahoo.cosid:cosid-spring-data-jdbc:2.5.0'

Gradle Kotlin DSL: Add the following me.ahoo.cosid : cosid-spring-data-jdbc gradle kotlin dependency to your build.gradle.kts file:

implementation("me.ahoo.cosid:cosid-spring-data-jdbc:2.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.ahoo.cosid : cosid-spring-data-jdbc sbt scala dependency to your build.sbt file:

libraryDependencies += "me.ahoo.cosid" % "cosid-spring-data-jdbc" % "2.5.0"