MVN

io.github.cquiroz : scalajs-react-semantic-ui_sjs0.6_2.12

Maven & Gradle

Jan 28, 2019
6 stars

scalajs-react-semantic-ui · scala.js facade for react-semanticui

<dependency>
    <groupId>io.github.cquiroz</groupId>
    <artifactId>scalajs-react-semantic-ui_sjs0.6_2.12</artifactId>
    <version>0.0.6+7-c9b7cd29</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.cquiroz : scalajs-react-semantic-ui_sjs0.6_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.6+7-c9b7cd29

All Versions

Choose a version of io.github.cquiroz : scalajs-react-semantic-ui_sjs0.6_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
scalajs-react-semantic-ui_sjs0.6_2.12-0.0.6
scalajs-react-semantic-ui_sjs0.6_2.12-0.0.5
scalajs-react-semantic-ui_sjs0.6_2.12-0.0.4
scalajs-react-semantic-ui_sjs0.6_2.12-0.0.3
scalajs-react-semantic-ui_sjs0.6_2.12-0.0.2
scalajs-react-semantic-ui_sjs0.6_2.12-0.0.1
scalajs-react-semantic-ui_sjs0.6_2.12-0.0.6+7-c9b7cd29
scalajs-react-semantic-ui_sjs0.6_2.12-0.0.6+6-a7dee6a2
scalajs-react-semantic-ui_sjs0.6_2.12-0.0.6+5-eab0de6f
scalajs-react-semantic-ui_sjs0.6_2.12-0.0.6+4-20fddd56
scalajs-react-semantic-ui_sjs0.6_2.12-0.0.6+3-c577b321
scalajs-react-semantic-ui_sjs0.6_2.12-0.0.6+2-150b0c33
scalajs-react-semantic-ui_sjs0.6_2.12-0.0.4+19-9bbe0e5e

How to add a dependency to Maven

Add the following io.github.cquiroz : scalajs-react-semantic-ui_sjs0.6_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.cquiroz</groupId>
    <artifactId>scalajs-react-semantic-ui_sjs0.6_2.12</artifactId>
    <version>0.0.6+7-c9b7cd29</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.cquiroz : scalajs-react-semantic-ui_sjs0.6_2.12 gradle dependency to your build.gradle file:

implementation 'io.github.cquiroz:scalajs-react-semantic-ui_sjs0.6_2.12:0.0.6+7-c9b7cd29'

Gradle Kotlin DSL: Add the following io.github.cquiroz : scalajs-react-semantic-ui_sjs0.6_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.cquiroz:scalajs-react-semantic-ui_sjs0.6_2.12:0.0.6+7-c9b7cd29")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.cquiroz : scalajs-react-semantic-ui_sjs0.6_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.cquiroz" % "scalajs-react-semantic-ui_sjs0.6_2.12" % "0.0.6+7-c9b7cd29"

Advertisement