MVN

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

Maven & Gradle

Aug 21, 2019
1 usages
0 stars

Extended boostrap theme for FitNesse · Makes FitNesse more user friendly

<dependency>
    <groupId>com.github.tcnh</groupId>
    <artifactId>fitnesse-bootstrap-plus-theme</artifactId>
    <version>2.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0.2

All Versions

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

Version Vulnerabilities Updated
2.0.x
fitnesse-bootstrap-plus-theme-2.0.2
fitnesse-bootstrap-plus-theme-2.0.1
fitnesse-bootstrap-plus-theme-2.0.0
1.1.x
fitnesse-bootstrap-plus-theme-1.1.12
fitnesse-bootstrap-plus-theme-1.1.11
fitnesse-bootstrap-plus-theme-1.1.10
fitnesse-bootstrap-plus-theme-1.1.9
fitnesse-bootstrap-plus-theme-1.1.8
fitnesse-bootstrap-plus-theme-1.1.7
fitnesse-bootstrap-plus-theme-1.1.6
fitnesse-bootstrap-plus-theme-1.1.5
fitnesse-bootstrap-plus-theme-1.1.4
fitnesse-bootstrap-plus-theme-1.1.3
fitnesse-bootstrap-plus-theme-1.1.2
fitnesse-bootstrap-plus-theme-1.1.1
fitnesse-bootstrap-plus-theme-1.1.0
1.0.x
fitnesse-bootstrap-plus-theme-1.0.9
fitnesse-bootstrap-plus-theme-1.0.8
fitnesse-bootstrap-plus-theme-1.0.7
fitnesse-bootstrap-plus-theme-1.0.6
fitnesse-bootstrap-plus-theme-1.0.5
fitnesse-bootstrap-plus-theme-1.0.4
fitnesse-bootstrap-plus-theme-1.0.3
fitnesse-bootstrap-plus-theme-1.0.2
fitnesse-bootstrap-plus-theme-1.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.tcnh</groupId>
    <artifactId>fitnesse-bootstrap-plus-theme</artifactId>
    <version>2.0.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.tcnh:fitnesse-bootstrap-plus-theme:2.0.2'

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

implementation("com.github.tcnh:fitnesse-bootstrap-plus-theme:2.0.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.tcnh" % "fitnesse-bootstrap-plus-theme" % "2.0.2"

Advertisement