MVN

me.ahoo.cosid : cosid-flowable

Maven & Gradle

Oct 25, 2023
430 stars

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

<dependency>
    <groupId>me.ahoo.cosid</groupId>
    <artifactId>cosid-flowable</artifactId>
    <version>2.5.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.5.5

All Versions

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

Version Vulnerabilities Updated
2.5.x
cosid-flowable-2.5.5

How to add a dependency to Maven

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

<dependency>
    <groupId>me.ahoo.cosid</groupId>
    <artifactId>cosid-flowable</artifactId>
    <version>2.5.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'me.ahoo.cosid:cosid-flowable:2.5.5'

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

implementation("me.ahoo.cosid:cosid-flowable:2.5.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "me.ahoo.cosid" % "cosid-flowable" % "2.5.5"

Advertisement