MVN

org.apache.bookkeeper : native-io

Maven & Gradle

Jun 26, 2023
1.7k stars

Apache BookKeeper :: Native IO Library · Native IO Library

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

Latest Version

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

  • Latest Stable: 4.16.2

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.bookkeeper</groupId>
    <artifactId>native-io</artifactId>
    <version>4.16.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.bookkeeper:native-io:4.16.2'

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

implementation("org.apache.bookkeeper:native-io:4.16.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.bookkeeper" % "native-io" % "4.16.2"

Advertisement