MVN

com.keenencharles : androidunsplash

Maven & Gradle

Aug 01, 2021
85 stars

androidunsplash · An unofficial library to access the Unsplash API.

<dependency>
    <groupId>com.keenencharles</groupId>
    <artifactId>androidunsplash</artifactId>
    <version>3.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.keenencharles : androidunsplash to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.2

All Versions

Choose a version of com.keenencharles : androidunsplash to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
androidunsplash-3.1.2
androidunsplash-3.1.1
androidunsplash-3.1.0
3.0.x
androidunsplash-3.0.2
androidunsplash-3.0.1
androidunsplash-3.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.keenencharles</groupId>
    <artifactId>androidunsplash</artifactId>
    <version>3.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.keenencharles : androidunsplash gradle dependency to your build.gradle file:

implementation 'com.keenencharles:androidunsplash:3.1.2'

Gradle Kotlin DSL: Add the following com.keenencharles : androidunsplash gradle kotlin dependency to your build.gradle.kts file:

implementation("com.keenencharles:androidunsplash:3.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.keenencharles : androidunsplash sbt scala dependency to your build.sbt file:

libraryDependencies += "com.keenencharles" % "androidunsplash" % "3.1.2"

Advertisement