MVN

io.github.kongxiaoan : media

Maven & Gradle

Apr 24, 2023
9 stars

media · Android 应用开发中,选择图片功能基本会出现在95%以上的产品中,然而,获取相册的方式千奇百怪,在Android 13中,官方提供了一个照片选择器,但是在低版本中是不可以使用的。所以提供一个可以统一并按需加载数据的库

<dependency>
    <groupId>io.github.kongxiaoan</groupId>
    <artifactId>media</artifactId>
    <version>0.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.kongxiaoan : media to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.4

All Versions

Choose a version of io.github.kongxiaoan : media to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
media-0.0.4
media-0.0.1

How to add a dependency to Maven

Add the following io.github.kongxiaoan : media maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.kongxiaoan</groupId>
    <artifactId>media</artifactId>
    <version>0.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.kongxiaoan : media gradle dependency to your build.gradle file:

implementation 'io.github.kongxiaoan:media:0.0.4'

Gradle Kotlin DSL: Add the following io.github.kongxiaoan : media gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.kongxiaoan:media:0.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.kongxiaoan : media sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.kongxiaoan" % "media" % "0.0.4"