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