is not current version
Last Version 1.0.7

com.xzchaoo.commons:commons-concurrent 1.0.1

concurrent helper utilities

GroupId

GroupId

com.xzchaoo.commons
ArtifactId

ArtifactId

commons-concurrent
Version

Version

1.0.1
Type

Type

jar

Download commons-concurrent 1.0.1


<!-- https://jarcasting.com/artifacts/com.xzchaoo.commons/commons-concurrent/ -->
<dependency>
    <groupId>com.xzchaoo.commons</groupId>
    <artifactId>commons-concurrent</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.xzchaoo.commons/commons-concurrent/
implementation 'com.xzchaoo.commons:commons-concurrent:1.0.1'
// https://jarcasting.com/artifacts/com.xzchaoo.commons/commons-concurrent/
implementation ("com.xzchaoo.commons:commons-concurrent:1.0.1")
'com.xzchaoo.commons:commons-concurrent:jar:1.0.1'
<dependency org="com.xzchaoo.commons" name="commons-concurrent" rev="1.0.1">
  <artifact name="commons-concurrent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xzchaoo.commons', module='commons-concurrent', version='1.0.1')
)
libraryDependencies += "com.xzchaoo.commons" % "commons-concurrent" % "1.0.1"
[com.xzchaoo.commons/commons-concurrent "1.0.1"]