MVN

org.webjars.npm : fomantic-ui-css

Maven & Gradle

Nov 18, 2022
39 stars

fomantic-ui-css · WebJar for fomantic-ui-css

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>fomantic-ui-css</artifactId>
    <version>2.6.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.npm : fomantic-ui-css to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.4

All Versions

Choose a version of org.webjars.npm : fomantic-ui-css to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.9.x
fomantic-ui-css-2.9.0
2.8.x
fomantic-ui-css-2.8.8
fomantic-ui-css-2.8.7
fomantic-ui-css-2.8.6
fomantic-ui-css-2.8.5
fomantic-ui-css-2.8.3
2.7.x
fomantic-ui-css-2.7.8
fomantic-ui-css-2.7.7
fomantic-ui-css-2.7.6
2.6.x
fomantic-ui-css-2.6.4

How to add a dependency to Maven

Add the following org.webjars.npm : fomantic-ui-css maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>fomantic-ui-css</artifactId>
    <version>2.6.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.npm : fomantic-ui-css gradle dependency to your build.gradle file:

implementation 'org.webjars.npm:fomantic-ui-css:2.6.4'

Gradle Kotlin DSL: Add the following org.webjars.npm : fomantic-ui-css gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.npm:fomantic-ui-css:2.6.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.npm : fomantic-ui-css sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.npm" % "fomantic-ui-css" % "2.6.4"

Advertisement