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