is not current version
Last Version 3.7.2

org.webjars.npm:bluebird 2.10.2

WebJar for bluebird

GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

bluebird
Version

Version

2.10.2
Type

Type

jar

Download bluebird 2.10.2


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