MVN

com.moodysalem.js : react-backstrap

Maven & Gradle

Dec 05, 2015

JS Library for building Single Page Applications using Backbone, Bootstrap, and React

<dependency>
    <groupId>com.moodysalem.js</groupId>
    <artifactId>react-backstrap</artifactId>
    <version>0.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.moodysalem.js : react-backstrap to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.1

All Versions

Choose a version of com.moodysalem.js : react-backstrap to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
react-backstrap-0.1.1
react-backstrap-0.1.0
0.0.x
react-backstrap-0.0.27
react-backstrap-0.0.26
react-backstrap-0.0.25
react-backstrap-0.0.24
react-backstrap-0.0.23
react-backstrap-0.0.22
react-backstrap-0.0.21
react-backstrap-0.0.20
react-backstrap-0.0.19
react-backstrap-0.0.18
react-backstrap-0.0.17
react-backstrap-0.0.16

How to add a dependency to Maven

Add the following com.moodysalem.js : react-backstrap maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.moodysalem.js</groupId>
    <artifactId>react-backstrap</artifactId>
    <version>0.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.moodysalem.js : react-backstrap gradle dependency to your build.gradle file:

implementation 'com.moodysalem.js:react-backstrap:0.1.1'

Gradle Kotlin DSL: Add the following com.moodysalem.js : react-backstrap gradle kotlin dependency to your build.gradle.kts file:

implementation("com.moodysalem.js:react-backstrap:0.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.moodysalem.js : react-backstrap sbt scala dependency to your build.sbt file:

libraryDependencies += "com.moodysalem.js" % "react-backstrap" % "0.1.1"