GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdrun-async |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
run-async-0.1.0.pom | |
run-async-0.1.0.jar | 6 KB |
run-async-0.1.0-sources.jar | 22 bytes |
run-async-0.1.0-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/run-async/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>run-async</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/run-async/
implementation 'org.webjars.npm:run-async:0.1.0'
// https://jarcasting.com/artifacts/org.webjars.npm/run-async/
implementation ("org.webjars.npm:run-async:0.1.0")
'org.webjars.npm:run-async:jar:0.1.0'
<dependency org="org.webjars.npm" name="run-async" rev="0.1.0">
<artifact name="run-async" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='run-async', version='0.1.0')
)
libraryDependencies += "org.webjars.npm" % "run-async" % "0.1.0"
[org.webjars.npm/run-async "0.1.0"]