MVN

com.evernote : android-fetch

Maven & Gradle

Nov 09, 2016
86 stars

Android Fetch · Fluent API to query data in ContentResolver and SQLiteDatabase.

<dependency>
    <groupId>com.evernote</groupId>
    <artifactId>android-fetch</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.evernote : android-fetch to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.evernote : android-fetch to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
android-fetch-1.0.0
0.3.x
android-fetch-0.3.0
0.1.x
android-fetch-0.1.0

How to add a dependency to Maven

Add the following com.evernote : android-fetch maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.evernote</groupId>
    <artifactId>android-fetch</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.evernote : android-fetch gradle dependency to your build.gradle file:

implementation 'com.evernote:android-fetch:1.0.0'

Gradle Kotlin DSL: Add the following com.evernote : android-fetch gradle kotlin dependency to your build.gradle.kts file:

implementation("com.evernote:android-fetch:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.evernote : android-fetch sbt scala dependency to your build.sbt file:

libraryDependencies += "com.evernote" % "android-fetch" % "1.0.0"

Advertisement

Dependencies from Group

Oct 10, 2019
9 usages
5.3k stars
Jul 03, 2013
6 usages
259 stars
Aug 02, 2016
1 usages
431 stars
Nov 11, 2015
42 stars
Nov 09, 2016
86 stars

Discover Dependencies