MVN

io.streamnative : dlfs

Maven & Gradle

Jun 07, 2023
3 stars

Apache BookKeeper :: DistributedLog :: IO :: FileSystem

<dependency>
    <groupId>io.streamnative</groupId>
    <artifactId>dlfs</artifactId>
    <version>branch-4.14.7.1_d4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: branch-4.14.7.1_d4

All Versions

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

Version Vulnerabilities Updated
4.15.x
dlfs-4.15.4.1_arrowstreet
4.14.x
dlfs-4.14.7.1_attentive
dlfs-4.14.7.2-arrowstreet
dlfs-4.14.7.1-arrowstreet
dlfs-4.14.5.1-iterable
dlfs-4.14.5.1-arrowstreet
dlfs-4.14.3.1
branch
dlfs-branch-4.14.7.1_d4

How to add a dependency to Maven

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

<dependency>
    <groupId>io.streamnative</groupId>
    <artifactId>dlfs</artifactId>
    <version>branch-4.14.7.1_d4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.streamnative:dlfs:branch-4.14.7.1_d4'

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

implementation("io.streamnative:dlfs:branch-4.14.7.1_d4")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.streamnative" % "dlfs" % "branch-4.14.7.1_d4"

Advertisement