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