is not current version
Last Version 3.2.3

org.webjars.npm:async 1.2.1

WebJar for async

GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

async
Version

Version

1.2.1
Type

Type

jar

Download async 1.2.1


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