MVN

io.streamnative : testtools

Maven & Gradle

May 31, 2023

Apache BookKeeper :: Test Tools

<dependency>
    <groupId>io.streamnative</groupId>
    <artifactId>testtools</artifactId>
    <version>4.15.4.1_arrowstreet</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.streamnative : testtools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.15.4.1_arrowstreet

All Versions

Choose a version of io.streamnative : testtools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.15.x
testtools-4.15.4.1_arrowstreet

How to add a dependency to Maven

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

<dependency>
    <groupId>io.streamnative</groupId>
    <artifactId>testtools</artifactId>
    <version>4.15.4.1_arrowstreet</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.streamnative : testtools gradle dependency to your build.gradle file:

implementation 'io.streamnative:testtools:4.15.4.1_arrowstreet'

Gradle Kotlin DSL: Add the following io.streamnative : testtools gradle kotlin dependency to your build.gradle.kts file:

implementation("io.streamnative:testtools:4.15.4.1_arrowstreet")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.streamnative : testtools sbt scala dependency to your build.sbt file:

libraryDependencies += "io.streamnative" % "testtools" % "4.15.4.1_arrowstreet"