MVN

org.mvnpm : bulma

Maven & Gradle

Oct 10, 2023
48.6k stars

bulma · Modern CSS framework based on Flexbox

<dependency>
    <groupId>org.mvnpm</groupId>
    <artifactId>bulma</artifactId>
    <version>0.9.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mvnpm : bulma to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.4

All Versions

Choose a version of org.mvnpm : bulma to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
bulma-0.9.4

How to add a dependency to Maven

Add the following org.mvnpm : bulma maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.mvnpm</groupId>
    <artifactId>bulma</artifactId>
    <version>0.9.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mvnpm : bulma gradle dependency to your build.gradle file:

implementation 'org.mvnpm:bulma:0.9.4'

Gradle Kotlin DSL: Add the following org.mvnpm : bulma gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mvnpm:bulma:0.9.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mvnpm : bulma sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mvnpm" % "bulma" % "0.9.4"