y

yunlongn-async

异步框架: {@link com.yunlongn.async.handle.AsyncShardingHandle} 异步线程 分片处理List数据
The Apache Software License, Version 2.0
yunlongn
文件下载
文件名 操作
yunlongn-async-1.5.jar 下载
yunlongn-async-1.5.pom 下载
yunlongn-async-1.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.gitee.yunlongn</groupId>
  <artifactId>yunlongn-async</artifactId>
  <version>1.5</version>
</dependency>
Gradle Groovy
implementation 'io.gitee.yunlongn:yunlongn-async:1.5'
Gradle Kotlin
implementation("io.gitee.yunlongn:yunlongn-async:1.5")
Scala SBT
libraryDependencies += "io.gitee.yunlongn" % "yunlongn-async" % "1.5"
Groovy Grape
@Grapes(
  @Grab(group='io.gitee.yunlongn', module='yunlongn-async', version='1.5')
)
Apache Ivy
<dependency org="io.gitee.yunlongn" name="yunlongn-async" rev="1.5" />
Leiningen
[io.gitee.yunlongn/yunlongn-async "1.5"]
Apache Buildr
'io.gitee.yunlongn:yunlongn-async:jar:1.5'