MVN

io.gitee.yunlongn : yunlongn-async

Maven & Gradle

Apr 12, 2022

异步框架: {@link com.yunlongn.async.handle.AsyncShardingHandle} 异步线程 分片处理List数据

<dependency>
    <groupId>io.gitee.yunlongn</groupId>
    <artifactId>yunlongn-async</artifactId>
    <version>1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.gitee.yunlongn : yunlongn-async to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5

All Versions

Choose a version of io.gitee.yunlongn : yunlongn-async to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5
yunlongn-async-1.5
1.4
yunlongn-async-1.4
1.3
yunlongn-async-1.3
1.2
yunlongn-async-1.2

How to add a dependency to Maven

Add the following io.gitee.yunlongn : yunlongn-async maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.gitee.yunlongn</groupId>
    <artifactId>yunlongn-async</artifactId>
    <version>1.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.gitee.yunlongn : yunlongn-async gradle dependency to your build.gradle file:

implementation 'io.gitee.yunlongn:yunlongn-async:1.5'

Gradle Kotlin DSL: Add the following io.gitee.yunlongn : yunlongn-async gradle kotlin dependency to your build.gradle.kts file:

implementation("io.gitee.yunlongn:yunlongn-async:1.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.gitee.yunlongn : yunlongn-async sbt scala dependency to your build.sbt file:

libraryDependencies += "io.gitee.yunlongn" % "yunlongn-async" % "1.5"

Advertisement