MVN

com.github.appayy : fitnesse-bootstrap-plus-theme

Maven & Gradle

May 14, 2020
1 usages
2 stars

Extended boostrap theme for FitNesse · Makes FitNesse more user friendly

<dependency>
    <groupId>com.github.appayy</groupId>
    <artifactId>fitnesse-bootstrap-plus-theme</artifactId>
    <version>2.0.8-BETA-2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.appayy : fitnesse-bootstrap-plus-theme to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.8-BETA-2
  • Latest Beta: 2.0.8-BETA-2

All Versions

Choose a version of com.github.appayy : fitnesse-bootstrap-plus-theme to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
fitnesse-bootstrap-plus-theme-2.0.8-BETA-2
fitnesse-bootstrap-plus-theme-2.0.8-BETA-1
fitnesse-bootstrap-plus-theme-2.0.7-BETA-1
BETA
fitnesse-bootstrap-plus-theme-BETA-v1.03
fitnesse-bootstrap-plus-theme-BETA-v1.02
fitnesse-bootstrap-plus-theme-BETA-v1.01
fitnesse-bootstrap-plus-theme-BETA-v1.00

How to add a dependency to Maven

Add the following com.github.appayy : fitnesse-bootstrap-plus-theme maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.appayy</groupId>
    <artifactId>fitnesse-bootstrap-plus-theme</artifactId>
    <version>2.0.8-BETA-2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.appayy : fitnesse-bootstrap-plus-theme gradle dependency to your build.gradle file:

implementation 'com.github.appayy:fitnesse-bootstrap-plus-theme:2.0.8-BETA-2'

Gradle Kotlin DSL: Add the following com.github.appayy : fitnesse-bootstrap-plus-theme gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.appayy:fitnesse-bootstrap-plus-theme:2.0.8-BETA-2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.appayy : fitnesse-bootstrap-plus-theme sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.appayy" % "fitnesse-bootstrap-plus-theme" % "2.0.8-BETA-2"

Advertisement