MVN

io.github.cquiroz : scalajs-react-common_sjs0.6_2.12

Maven & Gradle

Feb 04, 2019
3 usages
1 stars

scalajs-react-common · scala.js react common utilities

<dependency>
    <groupId>io.github.cquiroz</groupId>
    <artifactId>scalajs-react-common_sjs0.6_2.12</artifactId>
    <version>0.0.6+1-58d3cbea</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.0.6+1-58d3cbea

All Versions

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

Version Vulnerabilities Updated
0.0.x
scalajs-react-common_sjs0.6_2.12-0.0.6
scalajs-react-common_sjs0.6_2.12-0.0.4
scalajs-react-common_sjs0.6_2.12-0.0.3
scalajs-react-common_sjs0.6_2.12-0.0.2
scalajs-react-common_sjs0.6_2.12-0.0.6+1-58d3cbea
scalajs-react-common_sjs0.6_2.12-0.0.5+3-69a5683c+20190118-0112
scalajs-react-common_sjs0.6_2.12-0.0.5+1-f9ea36f9+20190118-0051
scalajs-react-common_sjs0.6_2.12-0.0.5+20190117-2357
scalajs-react-common_sjs0.6_2.12-0.0.4+20-327023e1+20190117-2213

How to add a dependency to Maven

Add the following io.github.cquiroz : scalajs-react-common_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-common_sjs0.6_2.12</artifactId>
    <version>0.0.6+1-58d3cbea</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.cquiroz:scalajs-react-common_sjs0.6_2.12:0.0.6+1-58d3cbea'

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

implementation("io.github.cquiroz:scalajs-react-common_sjs0.6_2.12:0.0.6+1-58d3cbea")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.cquiroz" % "scalajs-react-common_sjs0.6_2.12" % "0.0.6+1-58d3cbea"

Advertisement