MVN

com.leaguekit : react-backstrap

Maven & Gradle

Nov 13, 2015

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

<dependency>
    <groupId>com.leaguekit</groupId>
    <artifactId>react-backstrap</artifactId>
    <version>0.0.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.0.15

All Versions

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

Version Vulnerabilities Updated
0.0.x
react-backstrap-0.0.15
react-backstrap-0.0.14
react-backstrap-0.0.13
react-backstrap-0.0.11
react-backstrap-0.0.10
react-backstrap-0.0.9
react-backstrap-0.0.8
react-backstrap-0.0.7
react-backstrap-0.0.6
react-backstrap-0.0.5
react-backstrap-0.0.4

How to add a dependency to Maven

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

<dependency>
    <groupId>com.leaguekit</groupId>
    <artifactId>react-backstrap</artifactId>
    <version>0.0.15</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.leaguekit:react-backstrap:0.0.15'

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

implementation("com.leaguekit:react-backstrap:0.0.15")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.leaguekit" % "react-backstrap" % "0.0.15"

Advertisement