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