MVN

org.apache.bookkeeper : testtools

Maven & Gradle

Jun 26, 2023
1.7k stars

Apache BookKeeper :: Test Tools

<dependency>
    <groupId>org.apache.bookkeeper</groupId>
    <artifactId>testtools</artifactId>
    <version>4.16.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.bookkeeper : testtools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.16.2

All Versions

Choose a version of org.apache.bookkeeper : testtools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.16.x
testtools-4.16.2
testtools-4.16.1
testtools-4.16.0
4.15.x
testtools-4.15.4
testtools-4.15.3
testtools-4.15.2
testtools-4.15.1
testtools-4.15.0

How to add a dependency to Maven

Add the following org.apache.bookkeeper : testtools maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.bookkeeper</groupId>
    <artifactId>testtools</artifactId>
    <version>4.16.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.bookkeeper : testtools gradle dependency to your build.gradle file:

implementation 'org.apache.bookkeeper:testtools:4.16.2'

Gradle Kotlin DSL: Add the following org.apache.bookkeeper : testtools gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.bookkeeper:testtools:4.16.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.bookkeeper : testtools sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.bookkeeper" % "testtools" % "4.16.2"

Advertisement