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