MVN

io.ionic : liveupdates

Maven & Gradle

Aug 24, 2023
1 usages

liveupdates · Ionic Live Updates Native Library

<dependency>
    <groupId>io.ionic</groupId>
    <artifactId>liveupdates</artifactId>
    <version>0.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.ionic : liveupdates to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.1
  • Latest Beta: 0.5.0-beta-1
  • Latest Alpha: 0.0.1-alpha4

All Versions

Choose a version of io.ionic : liveupdates to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
liveupdates-0.5.0-beta-1
0.4.x
liveupdates-0.4.1
liveupdates-0.4.0
0.2.x
liveupdates-0.2.2
liveupdates-0.2.1
liveupdates-0.2.0
0.1.x
liveupdates-0.1.1
liveupdates-0.1.0
0.0.x
liveupdates-0.0.8
liveupdates-0.0.7
liveupdates-0.0.6
liveupdates-0.0.5
liveupdates-0.0.1-alpha4
liveupdates-0.0.1-alpha3
liveupdates-0.0.1-alpha2
liveupdates-0.0.1-alpha1

How to add a dependency to Maven

Add the following io.ionic : liveupdates maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.ionic</groupId>
    <artifactId>liveupdates</artifactId>
    <version>0.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.ionic : liveupdates gradle dependency to your build.gradle file:

implementation 'io.ionic:liveupdates:0.4.1'

Gradle Kotlin DSL: Add the following io.ionic : liveupdates gradle kotlin dependency to your build.gradle.kts file:

implementation("io.ionic:liveupdates:0.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.ionic : liveupdates sbt scala dependency to your build.sbt file:

libraryDependencies += "io.ionic" % "liveupdates" % "0.4.1"