MVN

com.github.rampo.updatechecker : library

Maven & Gradle

May 01, 2015
653 stars

UpdateChecker Library · UpdateChecker is a class that can be used by Android Developers to increase the number of their apps' updates

<dependency>
    <groupId>com.github.rampo.updatechecker</groupId>
    <artifactId>library</artifactId>
    <version>2.1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.rampo.updatechecker : library to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.8

All Versions

Choose a version of com.github.rampo.updatechecker : library to add to Maven or Gradle - All Versions:

  • Version Updated
  • library-2.1.8

    Apr 30, 2015
  • library-2.1.7

    Apr 10, 2015
  • library-2.1.6

    Mar 06, 2015
  • library-2.1.5

    Jan 21, 2015
  • library-2.1.4

    Sep 25, 2014
  • library-2.1.3

    Sep 13, 2014
  • library-2.1.2

    Aug 20, 2014
  • library-2.1.1

    Jul 26, 2014
  • library-2.1.0

    Jul 09, 2014
  • library-2.0.0

    Feb 10, 2014

How to add a dependency to Maven

Add the following com.github.rampo.updatechecker : library maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.rampo.updatechecker</groupId>
    <artifactId>library</artifactId>
    <version>2.1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.rampo.updatechecker : library gradle dependency to your build.gradle file:

implementation 'com.github.rampo.updatechecker:library:2.1.8'

Gradle Kotlin DSL: Add the following com.github.rampo.updatechecker : library gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.rampo.updatechecker:library:2.1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.rampo.updatechecker : library sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.rampo.updatechecker" % "library" % "2.1.8"