MVN

org.bitbucket.askllc.fermenter.stout : stout-test

Maven & Gradle

Apr 06, 2023

Fermenter::Stout::Test · Provides test support for Stout - ONLY USE VIA TEST SCOPE

<dependency>
    <groupId>org.bitbucket.askllc.fermenter.stout</groupId>
    <artifactId>stout-test</artifactId>
    <version>2.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bitbucket.askllc.fermenter.stout : stout-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7.0
  • Latest Release Candidate: 2.0.0.RC23

All Versions

Choose a version of org.bitbucket.askllc.fermenter.stout : stout-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.7.x
stout-test-2.7.0
2.6.x
stout-test-2.6.0
2.5.x
stout-test-2.5.0
2.4.x
stout-test-2.4.0
2.3.x
stout-test-2.3.0
2.2.x
stout-test-2.2.0
2.1.x
stout-test-2.1.5
stout-test-2.1.4
stout-test-2.1.3
stout-test-2.1.2
stout-test-2.1.1
stout-test-2.1.0
2.0.x
stout-test-2.0.1
stout-test-2.0.0.CR24
stout-test-2.0.0
stout-test-2.0.0.RC23
stout-test-2.0.0.RC22
stout-test-2.0.0.RC21
stout-test-2.0.0.RC20
stout-test-2.0.0.CR19
stout-test-2.0.0.CR18
stout-test-2.0.0.CR17
stout-test-2.0.0.CR16
stout-test-2.0.0.CR15
stout-test-2.0.0.CR14
stout-test-2.0.0.CR13
stout-test-2.0.0.CR12
stout-test-2.0.0.CR11
stout-test-2.0.0.CR10
stout-test-2.0.0.CR9
stout-test-2.0.0.CR8
stout-test-2.0.0.CR7
stout-test-2.0.0.CR6

How to add a dependency to Maven

Add the following org.bitbucket.askllc.fermenter.stout : stout-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.bitbucket.askllc.fermenter.stout</groupId>
    <artifactId>stout-test</artifactId>
    <version>2.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bitbucket.askllc.fermenter.stout : stout-test gradle dependency to your build.gradle file:

implementation 'org.bitbucket.askllc.fermenter.stout:stout-test:2.7.0'

Gradle Kotlin DSL: Add the following org.bitbucket.askllc.fermenter.stout : stout-test gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bitbucket.askllc.fermenter.stout:stout-test:2.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bitbucket.askllc.fermenter.stout : stout-test sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bitbucket.askllc.fermenter.stout" % "stout-test" % "2.7.0"