MVN

io.streamnative.tests : scripts

Maven & Gradle

Apr 04, 2023
3 stars

Apache BookKeeper :: Tests :: Bash Scripts Test

<dependency>
    <groupId>io.streamnative.tests</groupId>
    <artifactId>scripts</artifactId>
    <version>4.14.7.2-arrowstreet</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.14.7.2-arrowstreet

All Versions

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

  • Version Updated
  • scripts-4.14.7.2-arrowstreet

    Apr 04, 2023
  • scripts-4.14.7.1-arrowstreet

    Apr 03, 2023
  • scripts-4.14.5.1-iterable

    Oct 28, 2022
  • scripts-4.14.5.1-arrowstreet

    Oct 18, 2022
  • scripts-4.14.3.1

    Dec 09, 2021

How to add a dependency to Maven

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

<dependency>
    <groupId>io.streamnative.tests</groupId>
    <artifactId>scripts</artifactId>
    <version>4.14.7.2-arrowstreet</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.streamnative.tests:scripts:4.14.7.2-arrowstreet'

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

implementation("io.streamnative.tests:scripts:4.14.7.2-arrowstreet")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.streamnative.tests" % "scripts" % "4.14.7.2-arrowstreet"

Advertisement