MVN

com.sw926.imagefileselector : library

Maven & Gradle

Sep 28, 2021
97 stars

ImageFileSelector · Android image file selector

<dependency>
    <groupId>com.sw926.imagefileselector</groupId>
    <artifactId>library</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sw926.imagefileselector : library to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of com.sw926.imagefileselector : library to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
library-2.0.0
1.0.x
library-1.0.16
library-1.0.12
library-1.0.10
library-1.0.9
library-1.0.8
library-1.0.7
library-1.0.6
library-1.0.5
library-1.0.4
library-1.0.3
library-1.0.3-snapshot
library-1.0.1
1.0
library-1.0

How to add a dependency to Maven

Add the following com.sw926.imagefileselector : library maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sw926.imagefileselector</groupId>
    <artifactId>library</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sw926.imagefileselector : library gradle dependency to your build.gradle file:

implementation 'com.sw926.imagefileselector:library:2.0.0'

Gradle Kotlin DSL: Add the following com.sw926.imagefileselector : library gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sw926.imagefileselector:library:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sw926.imagefileselector : library sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sw926.imagefileselector" % "library" % "2.0.0"

Advertisement