MVN

net.stickycode.bootstrap : sticky-bootstrap-tck

Maven & Gradle

Nov 01, 2018
5 usages

sticky-bootstrap-tck · Test kit for sticky bootstrap

<dependency>
    <groupId>net.stickycode.bootstrap</groupId>
    <artifactId>sticky-bootstrap-tck</artifactId>
    <version>3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.stickycode.bootstrap : sticky-bootstrap-tck to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1

All Versions

Choose a version of net.stickycode.bootstrap : sticky-bootstrap-tck to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1
sticky-bootstrap-tck-3.1
2.3
sticky-bootstrap-tck-2.3
1.7
sticky-bootstrap-tck-1.7

How to add a dependency to Maven

Add the following net.stickycode.bootstrap : sticky-bootstrap-tck maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.stickycode.bootstrap</groupId>
    <artifactId>sticky-bootstrap-tck</artifactId>
    <version>3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.stickycode.bootstrap : sticky-bootstrap-tck gradle dependency to your build.gradle file:

implementation 'net.stickycode.bootstrap:sticky-bootstrap-tck:3.1'

Gradle Kotlin DSL: Add the following net.stickycode.bootstrap : sticky-bootstrap-tck gradle kotlin dependency to your build.gradle.kts file:

implementation("net.stickycode.bootstrap:sticky-bootstrap-tck:3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.stickycode.bootstrap : sticky-bootstrap-tck sbt scala dependency to your build.sbt file:

libraryDependencies += "net.stickycode.bootstrap" % "sticky-bootstrap-tck" % "3.1"

Advertisement