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