MVN

io.github.azhon : appupdate-no-op

Maven & Gradle

Aug 01, 2023
2.1k stars

AppUpdate · Android App update library. Android版本更新库,简单、轻量、可随意定制

<dependency>
    <groupId>io.github.azhon</groupId>
    <artifactId>appupdate-no-op</artifactId>
    <version>4.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.azhon : appupdate-no-op to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.3.0

All Versions

Choose a version of io.github.azhon : appupdate-no-op to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.3.x
appupdate-no-op-4.3.0
4.2.x
appupdate-no-op-4.2.10
appupdate-no-op-4.2.9
appupdate-no-op-4.2.8
appupdate-no-op-4.2.7
appupdate-no-op-4.2.6
appupdate-no-op-4.2.5
appupdate-no-op-4.2.4
appupdate-no-op-4.2.3

How to add a dependency to Maven

Add the following io.github.azhon : appupdate-no-op maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.azhon</groupId>
    <artifactId>appupdate-no-op</artifactId>
    <version>4.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.azhon : appupdate-no-op gradle dependency to your build.gradle file:

implementation 'io.github.azhon:appupdate-no-op:4.3.0'

Gradle Kotlin DSL: Add the following io.github.azhon : appupdate-no-op gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.azhon:appupdate-no-op:4.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.azhon : appupdate-no-op sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.azhon" % "appupdate-no-op" % "4.3.0"