MVN

io.github.samuel-unknown : gallery-image-picker

Maven & Gradle

Jan 17, 2023
2 usages
9 stars

Gallery Image Picker · Android library for picking images

<dependency>
    <groupId>io.github.samuel-unknown</groupId>
    <artifactId>gallery-image-picker</artifactId>
    <version>1.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.samuel-unknown : gallery-image-picker to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.0

All Versions

Choose a version of io.github.samuel-unknown : gallery-image-picker to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
gallery-image-picker-1.6.0
1.5.x
gallery-image-picker-1.5.0
1.4.x
gallery-image-picker-1.4.0
1.3.x
gallery-image-picker-1.3.0
1.2.x
gallery-image-picker-1.2.0
1.1.x
gallery-image-picker-1.1.0
1.0.x
gallery-image-picker-1.0.2
gallery-image-picker-1.0.1
gallery-image-picker-1.0.0

How to add a dependency to Maven

Add the following io.github.samuel-unknown : gallery-image-picker maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.samuel-unknown</groupId>
    <artifactId>gallery-image-picker</artifactId>
    <version>1.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.samuel-unknown : gallery-image-picker gradle dependency to your build.gradle file:

implementation 'io.github.samuel-unknown:gallery-image-picker:1.6.0'

Gradle Kotlin DSL: Add the following io.github.samuel-unknown : gallery-image-picker gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.samuel-unknown:gallery-image-picker:1.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.samuel-unknown : gallery-image-picker sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.samuel-unknown" % "gallery-image-picker" % "1.6.0"