MVN

de.comhix.commons : updater

Maven & Gradle

Sep 07, 2021

ComHix updater · Base for updating applications

<dependency>
    <groupId>de.comhix.commons</groupId>
    <artifactId>updater</artifactId>
    <version>3.5.194</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.comhix.commons : updater to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.5.194

All Versions

Choose a version of de.comhix.commons : updater to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.5.x
updater-3.5.194
3.4.x
updater-3.4.193
updater-3.4.192
updater-3.4.191
updater-3.4.190
updater-3.4.189
3.3.x
updater-3.3.188
updater-3.3.186
updater-3.3.185
updater-3.3.183
updater-3.3.182
3.2.x
updater-3.2.181
updater-3.2.180
updater-3.2.179
updater-3.2.178
3.1.x
updater-3.1.177
updater-3.1.175
updater-3.1.174
updater-3.1.173
3.0.x
updater-3.0.172
2.2.x
updater-2.2.5
updater-2.2.4
updater-2.2.3
updater-2.2.2
updater-2.2.0
2.1.x
updater-2.1.0

How to add a dependency to Maven

Add the following de.comhix.commons : updater maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.comhix.commons</groupId>
    <artifactId>updater</artifactId>
    <version>3.5.194</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.comhix.commons : updater gradle dependency to your build.gradle file:

implementation 'de.comhix.commons:updater:3.5.194'

Gradle Kotlin DSL: Add the following de.comhix.commons : updater gradle kotlin dependency to your build.gradle.kts file:

implementation("de.comhix.commons:updater:3.5.194")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.comhix.commons : updater sbt scala dependency to your build.sbt file:

libraryDependencies += "de.comhix.commons" % "updater" % "3.5.194"

Advertisement