MVN

io.github.leavesczy : matisse

Maven & Gradle

Oct 21, 2023
668 stars

Matisse · A Image/Video Selector Implemented with Jetpack Compose

<dependency>
    <groupId>io.github.leavesczy</groupId>
    <artifactId>matisse</artifactId>
    <version>0.0.1-test02</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.leavesczy : matisse to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1-test02

All Versions

Choose a version of io.github.leavesczy : matisse to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
matisse-0.0.1-test02
matisse-0.0.1-test01

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.leavesczy</groupId>
    <artifactId>matisse</artifactId>
    <version>0.0.1-test02</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.leavesczy : matisse gradle dependency to your build.gradle file:

implementation 'io.github.leavesczy:matisse:0.0.1-test02'

Gradle Kotlin DSL: Add the following io.github.leavesczy : matisse gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.leavesczy:matisse:0.0.1-test02")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.leavesczy : matisse sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.leavesczy" % "matisse" % "0.0.1-test02"

Advertisement