MVN

cafe.adriel.bonsai : bonsai-file-system-android

Maven & Gradle

Apr 21, 2022
330 stars

BonsaiFileSystem · A multiplatform tree view for Jetpack Compose

<dependency>
    <groupId>cafe.adriel.bonsai</groupId>
    <artifactId>bonsai-file-system-android</artifactId>
    <version>1.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cafe.adriel.bonsai : bonsai-file-system-android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0

All Versions

Choose a version of cafe.adriel.bonsai : bonsai-file-system-android to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
bonsai-file-system-android-1.2.0
1.1.x
bonsai-file-system-android-1.1.0
1.0.x
bonsai-file-system-android-1.0.0

How to add a dependency to Maven

Add the following cafe.adriel.bonsai : bonsai-file-system-android maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cafe.adriel.bonsai</groupId>
    <artifactId>bonsai-file-system-android</artifactId>
    <version>1.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cafe.adriel.bonsai : bonsai-file-system-android gradle dependency to your build.gradle file:

implementation 'cafe.adriel.bonsai:bonsai-file-system-android:1.2.0'

Gradle Kotlin DSL: Add the following cafe.adriel.bonsai : bonsai-file-system-android gradle kotlin dependency to your build.gradle.kts file:

implementation("cafe.adriel.bonsai:bonsai-file-system-android:1.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following cafe.adriel.bonsai : bonsai-file-system-android sbt scala dependency to your build.sbt file:

libraryDependencies += "cafe.adriel.bonsai" % "bonsai-file-system-android" % "1.2.0"