Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.dongliu.commons |
ArtifactId | ArtifactIdcommons-async |
Version | Version1.0.6 |
Type | Typejar |
Filename | Size |
---|---|
commons-async-1.0.6.pom | |
commons-async-1.0.6.jar | 2 KB |
commons-async-1.0.6-sources.jar | 1 KB |
commons-async-1.0.6-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.dongliu.commons/commons-async/ -->
<dependency>
<groupId>net.dongliu.commons</groupId>
<artifactId>commons-async</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/net.dongliu.commons/commons-async/
implementation 'net.dongliu.commons:commons-async:1.0.6'
// https://jarcasting.com/artifacts/net.dongliu.commons/commons-async/
implementation ("net.dongliu.commons:commons-async:1.0.6")
'net.dongliu.commons:commons-async:jar:1.0.6'
<dependency org="net.dongliu.commons" name="commons-async" rev="1.0.6">
<artifact name="commons-async" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.dongliu.commons', module='commons-async', version='1.0.6')
)
libraryDependencies += "net.dongliu.commons" % "commons-async" % "1.0.6"
[net.dongliu.commons/commons-async "1.0.6"]