License |
License |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdbluebird |
Last Version | Last Version3.7.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbluebird
WebJar for bluebird
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bluebird-3.7.2.pom | |
bluebird-3.7.2.jar | 159 KB |
bluebird-3.7.2-sources.jar | 22 bytes |
bluebird-3.7.2-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/bluebird/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>bluebird</artifactId>
<version>3.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/bluebird/
implementation 'org.webjars.npm:bluebird:3.7.2'
// https://jarcasting.com/artifacts/org.webjars.npm/bluebird/
implementation ("org.webjars.npm:bluebird:3.7.2")
'org.webjars.npm:bluebird:jar:3.7.2'
<dependency org="org.webjars.npm" name="bluebird" rev="3.7.2">
<artifact name="bluebird" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='bluebird', version='3.7.2')
)
libraryDependencies += "org.webjars.npm" % "bluebird" % "3.7.2"
[org.webjars.npm/bluebird "3.7.2"]