MVN

me.luzhuo.android : lib_image_select

Maven & Gradle

Dec 12, 2022
0 stars

lib_image_select · This library is the image select

<dependency>
    <groupId>me.luzhuo.android</groupId>
    <artifactId>lib_image_select</artifactId>
    <version>1.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.luzhuo.android : lib_image_select to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.3

All Versions

Choose a version of me.luzhuo.android : lib_image_select to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
lib_image_select-1.2.3

How to add a dependency to Maven

Add the following me.luzhuo.android : lib_image_select maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.luzhuo.android</groupId>
    <artifactId>lib_image_select</artifactId>
    <version>1.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.luzhuo.android : lib_image_select gradle dependency to your build.gradle file:

implementation 'me.luzhuo.android:lib_image_select:1.2.3'

Gradle Kotlin DSL: Add the following me.luzhuo.android : lib_image_select gradle kotlin dependency to your build.gradle.kts file:

implementation("me.luzhuo.android:lib_image_select:1.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.luzhuo.android : lib_image_select sbt scala dependency to your build.sbt file:

libraryDependencies += "me.luzhuo.android" % "lib_image_select" % "1.2.3"