MVN

org.webjars.bower : semantic

Maven & Gradle

May 30, 2018
1 usages

semantic · WebJar for semantic

<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>semantic</artifactId>
    <version>2.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.3.1

All Versions

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

  • Version Updated
  • semantic-2.3.1

    May 30, 2018
  • semantic-2.3.0

    Mar 07, 2018
  • semantic-2.2.14

    Feb 02, 2018
  • semantic-2.2.11

    Sep 25, 2017
  • semantic-2.2.13

    Aug 24, 2017
  • semantic-2.2.10

    Apr 23, 2017
  • semantic-2.2.7

    Jan 06, 2017
  • semantic-2.2.2

    Jul 18, 2016
  • semantic-2.2.1

    Jul 02, 2016
  • semantic-2.1.8

    Jan 29, 2016
  • semantic-2.1.7

    Dec 24, 2015
  • semantic-2.1.6

    Nov 06, 2015
  • semantic-2.1.5

    Nov 02, 2015

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>semantic</artifactId>
    <version>2.3.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.webjars.bower:semantic:2.3.1'

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

implementation("org.webjars.bower:semantic:2.3.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.webjars.bower" % "semantic" % "2.3.1"