MVN

net.the4thdimension : poly-picker

Maven & Gradle

Jun 25, 2015
406 stars

PolyPicker · Android library project for providing multiple image selection from camera or gallery.

<dependency>
    <groupId>net.the4thdimension</groupId>
    <artifactId>poly-picker</artifactId>
    <version>1.0.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.the4thdimension : poly-picker to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.14

All Versions

Choose a version of net.the4thdimension : poly-picker to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
poly-picker-1.0.14
poly-picker-1.0.13
poly-picker-1.0.12
poly-picker-1.0.11
poly-picker-1.0.10
poly-picker-1.0.9
poly-picker-1.0.8
poly-picker-1.0.7
poly-picker-1.0.6

How to add a dependency to Maven

Add the following net.the4thdimension : poly-picker maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.the4thdimension</groupId>
    <artifactId>poly-picker</artifactId>
    <version>1.0.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.the4thdimension : poly-picker gradle dependency to your build.gradle file:

implementation 'net.the4thdimension:poly-picker:1.0.14'

Gradle Kotlin DSL: Add the following net.the4thdimension : poly-picker gradle kotlin dependency to your build.gradle.kts file:

implementation("net.the4thdimension:poly-picker:1.0.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.the4thdimension : poly-picker sbt scala dependency to your build.sbt file:

libraryDependencies += "net.the4thdimension" % "poly-picker" % "1.0.14"

Advertisement