MVN

org.kaazing : gateway.check.update

Maven & Gradle

May 19, 2017
2 usages
141 stars

Update Check · Gateway property that checks for new releases of gateway

<dependency>
    <groupId>org.kaazing</groupId>
    <artifactId>gateway.check.update</artifactId>
    <version>5.6.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kaazing : gateway.check.update to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.6.2
  • Latest Release Candidate: 5.6.2-RC001

All Versions

Choose a version of org.kaazing : gateway.check.update to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.6.x
gateway.check.update-5.6.2
gateway.check.update-5.6.2-RC001
gateway.check.update-5.6.1
gateway.check.update-5.6.1-RC004
gateway.check.update-5.6.1-RC003
gateway.check.update-5.6.1-RC002
gateway.check.update-5.6.1-RC001

How to add a dependency to Maven

Add the following org.kaazing : gateway.check.update maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.kaazing</groupId>
    <artifactId>gateway.check.update</artifactId>
    <version>5.6.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.kaazing : gateway.check.update gradle dependency to your build.gradle file:

implementation 'org.kaazing:gateway.check.update:5.6.2'

Gradle Kotlin DSL: Add the following org.kaazing : gateway.check.update gradle kotlin dependency to your build.gradle.kts file:

implementation("org.kaazing:gateway.check.update:5.6.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.kaazing : gateway.check.update sbt scala dependency to your build.sbt file:

libraryDependencies += "org.kaazing" % "gateway.check.update" % "5.6.2"

Advertisement