MVN

io.streamnative : native-io

Maven & Gradle

May 31, 2023

Apache BookKeeper :: Native IO Library · Native IO Library

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

Latest Version

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

  • Latest Stable: 4.15.4.1_arrowstreet

All Versions

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

Version Vulnerabilities Updated
4.15.x
native-io-4.15.4.1_arrowstreet

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'io.streamnative:native-io:4.15.4.1_arrowstreet'

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

implementation("io.streamnative:native-io:4.15.4.1_arrowstreet")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.streamnative" % "native-io" % "4.15.4.1_arrowstreet"