MVN

io.github.ko-devHong : pictureselector

Maven & Gradle

Feb 06, 2023
0 stars

pictureselector · picker multi selec

<dependency>
    <groupId>io.github.ko-devHong</groupId>
    <artifactId>pictureselector</artifactId>
    <version>v2.8.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.ko-devHong : pictureselector to add to Maven or Gradle - Latest Versions:

  • Latest Stable: v2.8.8
  • Latest Release Candidate: v2.7.3-rc09

All Versions

Choose a version of io.github.ko-devHong : pictureselector to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
v2.8.x
pictureselector-v2.8.8
pictureselector-v2.8.6
pictureselector-v2.8.5
pictureselector-v2.8.4
pictureselector-v2.8.3
pictureselector-v2.8.2
pictureselector-v2.8.1
pictureselector-v2.8.0
v2.7.x
pictureselector-v2.7.3-rc09

How to add a dependency to Maven

Add the following io.github.ko-devHong : pictureselector maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.ko-devHong</groupId>
    <artifactId>pictureselector</artifactId>
    <version>v2.8.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.ko-devHong : pictureselector gradle dependency to your build.gradle file:

implementation 'io.github.ko-devHong:pictureselector:v2.8.8'

Gradle Kotlin DSL: Add the following io.github.ko-devHong : pictureselector gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.ko-devHong:pictureselector:v2.8.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.ko-devHong : pictureselector sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.ko-devHong" % "pictureselector" % "v2.8.8"