MVN

com.envisioniot : edge-subscribe-impl

Maven & Gradle

Jan 16, 2023

edge-subscription · envision edge subscribe sdk 1.0.4 add alertVo 1.0.5 add patch alerts

<dependency>
    <groupId>com.envisioniot</groupId>
    <artifactId>edge-subscribe-impl</artifactId>
    <version>1.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.envisioniot : edge-subscribe-impl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.5

All Versions

Choose a version of com.envisioniot : edge-subscribe-impl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
edge-subscribe-impl-1.0.5

How to add a dependency to Maven

Add the following com.envisioniot : edge-subscribe-impl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.envisioniot</groupId>
    <artifactId>edge-subscribe-impl</artifactId>
    <version>1.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.envisioniot : edge-subscribe-impl gradle dependency to your build.gradle file:

implementation 'com.envisioniot:edge-subscribe-impl:1.0.5'

Gradle Kotlin DSL: Add the following com.envisioniot : edge-subscribe-impl gradle kotlin dependency to your build.gradle.kts file:

implementation("com.envisioniot:edge-subscribe-impl:1.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.envisioniot : edge-subscribe-impl sbt scala dependency to your build.sbt file:

libraryDependencies += "com.envisioniot" % "edge-subscribe-impl" % "1.0.5"