MVN

com.nhl.bootique : bootique-test

Maven & Gradle

Jul 25, 2016
24 usages
1.3k stars

bootique-test: a unit/integration test framework on top of Bootique · Provides a test framework on top of Bootique.

<dependency>
    <groupId>com.nhl.bootique</groupId>
    <artifactId>bootique-test</artifactId>
    <version>0.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.nhl.bootique : bootique-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.18

All Versions

Choose a version of com.nhl.bootique : bootique-test to add to Maven or Gradle - All Versions:

  • Version Updated
  • bootique-test-0.18

    Jul 25, 2016
  • bootique-test-0.17

    Jun 13, 2016
  • bootique-test-0.16

    Apr 18, 2016
  • bootique-test-0.15

    Apr 08, 2016
  • bootique-test-0.14

    Mar 02, 2016

How to add a dependency to Maven

Add the following com.nhl.bootique : bootique-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.nhl.bootique</groupId>
    <artifactId>bootique-test</artifactId>
    <version>0.18</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.nhl.bootique : bootique-test gradle dependency to your build.gradle file:

implementation 'com.nhl.bootique:bootique-test:0.18'

Gradle Kotlin DSL: Add the following com.nhl.bootique : bootique-test gradle kotlin dependency to your build.gradle.kts file:

implementation("com.nhl.bootique:bootique-test:0.18")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.nhl.bootique : bootique-test sbt scala dependency to your build.sbt file:

libraryDependencies += "com.nhl.bootique" % "bootique-test" % "0.18"