Categories |
CategoriesGithub Development Tools Version Controls |
---|---|
GroupId | GroupIdorg.webjars.bower |
ArtifactId | ArtifactIdgithub-com-caolan-async |
Version | Versionv2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
github-com-caolan-async-v2.0.0.pom | |
github-com-caolan-async-v2.0.0.jar | 1 MB |
github-com-caolan-async-v2.0.0-sources.jar | 22 bytes |
github-com-caolan-async-v2.0.0-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.bower/github-com-caolan-async/ -->
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>github-com-caolan-async</artifactId>
<version>v2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/github-com-caolan-async/
implementation 'org.webjars.bower:github-com-caolan-async:v2.0.0'
// https://jarcasting.com/artifacts/org.webjars.bower/github-com-caolan-async/
implementation ("org.webjars.bower:github-com-caolan-async:v2.0.0")
'org.webjars.bower:github-com-caolan-async:jar:v2.0.0'
<dependency org="org.webjars.bower" name="github-com-caolan-async" rev="v2.0.0">
<artifact name="github-com-caolan-async" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='github-com-caolan-async', version='v2.0.0')
)
libraryDependencies += "org.webjars.bower" % "github-com-caolan-async" % "v2.0.0"
[org.webjars.bower/github-com-caolan-async "v2.0.0"]