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