scalajs-react-bootstrap_sjs0.6_2.12
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.littlenag</groupId>
<artifactId>scalajs-react-bootstrap_sjs0.6_2.12</artifactId>
<version>0.0.6</version>
</dependency><?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.littlenag</groupId>
<artifactId>scalajs-react-bootstrap_sjs0.6_2.12</artifactId>
<packaging>jar</packaging>
<description>Some descripiton about your project.</description>
<url>http://littlenag.github.io/scalajs-react-bootstrap</url>
<version>0.0.6</version>
<licenses>
<license>
<name>Apache 2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>scalajs-react-bootstrap</name>
<organization>
<name>io.github.littlenag</name>
<url>http://littlenag.github.io/</url>
</organization>
<scm>
<url>https://github.com/littlenag/scalajs-react-bootstrap</url>
<connection>scm:git:git@github.com:littlenag/scalajs-react-bootstrap.git</connection>
</scm>
<developers>
<developer>
<id>littlenag</id>
<name>Mark Kegel</name>
<url>http://littlenag.github.io</url>
<email>mark.kegel@gmail.com</email>
</developer>
<developer>
<id>cabriner</id>
<name>Clarissa Briner</name>
<url>https://github.com/cabriner</url>
<email>clarissa.briner@gmail.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.12.8</version>
</dependency>
<dependency>
<groupId>org.scala-js</groupId>
<artifactId>scalajs-library_2.12</artifactId>
<version>0.6.29</version>
</dependency>
<dependency>
<groupId>org.scala-js</groupId>
<artifactId>scalajs-test-bridge_2.12</artifactId>
<version>0.6.29</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.japgolly.scalajs-react</groupId>
<artifactId>core_sjs0.6_2.12</artifactId>
<version>1.4.2</version>
</dependency>
<dependency>
<groupId>com.github.japgolly.scalajs-react</groupId>
<artifactId>extra_sjs0.6_2.12</artifactId>
<version>1.4.2</version>
</dependency>
<dependency>
<groupId>com.payalabs</groupId>
<artifactId>scalajs-react-bridge_sjs0.6_2.12</artifactId>
<version>0.8.1</version>
</dependency>
<dependency>
<groupId>org.scala-js</groupId>
<artifactId>scalajs-dom_sjs0.6_2.12</artifactId>
<version>0.9.6</version>
</dependency>
<dependency>
<groupId>org.scalacheck</groupId>
<artifactId>scalacheck_sjs0.6_2.12</artifactId>
<version>1.14.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_sjs0.6_2.12</artifactId>
<version>3.0.5</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>