GroupId | GroupIdcom.xzchaoo.commons |
---|---|
ArtifactId | ArtifactIdcommons-concurrent |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
commons-concurrent-1.0.4.pom | |
commons-concurrent-1.0.4.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.xzchaoo.commons/commons-concurrent/ -->
<dependency>
<groupId>com.xzchaoo.commons</groupId>
<artifactId>commons-concurrent</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.xzchaoo.commons/commons-concurrent/
implementation 'com.xzchaoo.commons:commons-concurrent:1.0.4'
// https://jarcasting.com/artifacts/com.xzchaoo.commons/commons-concurrent/
implementation ("com.xzchaoo.commons:commons-concurrent:1.0.4")
'com.xzchaoo.commons:commons-concurrent:jar:1.0.4'
<dependency org="com.xzchaoo.commons" name="commons-concurrent" rev="1.0.4">
<artifact name="commons-concurrent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xzchaoo.commons', module='commons-concurrent', version='1.0.4')
)
libraryDependencies += "com.xzchaoo.commons" % "commons-concurrent" % "1.0.4"
[com.xzchaoo.commons/commons-concurrent "1.0.4"]