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 Vulnerabilities Updated
2.1.x
library-2.1.8
library-2.1.7
library-2.1.6
library-2.1.5
library-2.1.4
library-2.1.3
library-2.1.2
library-2.1.1
library-2.1.0
2.0.x
library-2.0.0

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"

Advertisement