Tag: maven

FetchUtils is now in Maven Central

My Android library for making data loading tasks easier, FetchUtils, is now available via Maven Central. This will now make it easy to import the library via Android Studio, Gradle and Maven.

In Android Studio (which uses the Gradle build system), add the following as a dependency inside build.gradle;

dependencies {
    compile 'uk.org.rivernile.android.fetchutils:fetchutils-library:1.1'
}

(At the time of writing, version 1.1 is the latest version. Remember to check for newer versions on Maven Central.)

After syncing your project with Gradle files, the library will now be available for you to use.

Please do tell me of issues and submit pull requests on GitHub. This library is something that I find useful and want to share with other people – hopefully you find it useful too.