MVN

com.kbeanie : image-chooser-library

Maven & Gradle

Mar 24, 2016
2 usages
647 stars

Image Chooser Library · Image Chooser Library for Android Applications

<dependency>
    <groupId>com.kbeanie</groupId>
    <artifactId>image-chooser-library</artifactId>
    <version>1.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.kbeanie : image-chooser-library to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.0
  • Latest Beta: 1.4.5-beta

All Versions

Choose a version of com.kbeanie : image-chooser-library to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
image-chooser-library-1.6.0
1.5.x
image-chooser-library-1.5.8
image-chooser-library-1.5.7
image-chooser-library-1.5.6
image-chooser-library-1.5.5
image-chooser-library-1.5.4
image-chooser-library-1.5.3
image-chooser-library-1.5.2
image-chooser-library-1.5.1
image-chooser-library-1.5.0
1.4.x
image-chooser-library-1.4.5-beta
image-chooser-library-1.4.4
image-chooser-library-1.4.3
image-chooser-library-1.4.02
image-chooser-library-1.4.01
image-chooser-library-1.4.00
1.3.x
image-chooser-library-1.3.56
image-chooser-library-1.3.55
image-chooser-library-1.3.54
image-chooser-library-1.3.53
image-chooser-library-1.3.52
image-chooser-library-1.3.51
image-chooser-library-1.3.5
image-chooser-library-1.3.4
image-chooser-library-1.3.3
image-chooser-library-1.3.2
image-chooser-library-1.3.1

How to add a dependency to Maven

Add the following com.kbeanie : image-chooser-library maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.kbeanie</groupId>
    <artifactId>image-chooser-library</artifactId>
    <version>1.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.kbeanie : image-chooser-library gradle dependency to your build.gradle file:

implementation 'com.kbeanie:image-chooser-library:1.6.0'

Gradle Kotlin DSL: Add the following com.kbeanie : image-chooser-library gradle kotlin dependency to your build.gradle.kts file:

implementation("com.kbeanie:image-chooser-library:1.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.kbeanie : image-chooser-library sbt scala dependency to your build.sbt file:

libraryDependencies += "com.kbeanie" % "image-chooser-library" % "1.6.0"

Advertisement