MVN

org.nuiton : nuiton-updater

Maven & Gradle

Aug 26, 2014

Nuiton Application Updater · Simple Application updater

<dependency>
    <groupId>org.nuiton</groupId>
    <artifactId>nuiton-updater</artifactId>
    <version>2.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.nuiton : nuiton-updater to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7
  • Latest Release Candidate: 3.0-rc-1
  • Latest Alpha: 3.0-alpha-2

All Versions

Choose a version of org.nuiton : nuiton-updater to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0
nuiton-updater-3.0-rc-1
nuiton-updater-3.0-alpha-2
nuiton-updater-3.0-alpha-1
2.7
nuiton-updater-2.7
2.6.x
nuiton-updater-2.6.12
nuiton-updater-2.6.11.2
nuiton-updater-2.6.11.1
nuiton-updater-2.6.11
nuiton-updater-2.6.10

How to add a dependency to Maven

Add the following org.nuiton : nuiton-updater maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.nuiton</groupId>
    <artifactId>nuiton-updater</artifactId>
    <version>2.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.nuiton : nuiton-updater gradle dependency to your build.gradle file:

implementation 'org.nuiton:nuiton-updater:2.7'

Gradle Kotlin DSL: Add the following org.nuiton : nuiton-updater gradle kotlin dependency to your build.gradle.kts file:

implementation("org.nuiton:nuiton-updater:2.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.nuiton : nuiton-updater sbt scala dependency to your build.sbt file:

libraryDependencies += "org.nuiton" % "nuiton-updater" % "2.7"