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