MVN

org.webjars.npm : semantic-ui

Maven & Gradle

Oct 30, 2018

semantic-ui · WebJar for semantic-ui

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>semantic-ui</artifactId>
    <version>2.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.4.2

All Versions

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

  • Version Updated
  • semantic-ui-2.4.2

    Oct 30, 2018
  • semantic-ui-2.3.3

    Sep 02, 2018
  • semantic-ui-2.3.0

    Feb 21, 2018
  • semantic-ui-2.2.14

    Jan 30, 2018
  • semantic-ui-2.2.11

    Sep 14, 2017
  • semantic-ui-2.2.13

    Aug 08, 2017
  • semantic-ui-2.2.10

    May 21, 2017
  • semantic-ui-2.2.9

    Feb 22, 2017
  • semantic-ui-2.2.7

    Jan 08, 2017

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>semantic-ui</artifactId>
    <version>2.4.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.webjars.npm:semantic-ui:2.4.2'

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

implementation("org.webjars.npm:semantic-ui:2.4.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.webjars.npm" % "semantic-ui" % "2.4.2"