MVN

com.hikvision.ezviz : ezviz-sdk

Maven & Gradle

Jun 01, 2018
1 usages

ezviz-sdk · ezviz open sdk

<dependency>
    <groupId>com.hikvision.ezviz</groupId>
    <artifactId>ezviz-sdk</artifactId>
    <version>4.8.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hikvision.ezviz : ezviz-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.8.3

All Versions

Choose a version of com.hikvision.ezviz : ezviz-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.8.x
ezviz-sdk-4.8.3
ezviz-sdk-4.8.0
4.7.x
ezviz-sdk-4.7.1
ezviz-sdk-4.7.0
4.5.x
ezviz-sdk-4.5.1
ezviz-sdk-4.5.0
4.4.x
ezviz-sdk-4.4.0

How to add a dependency to Maven

Add the following com.hikvision.ezviz : ezviz-sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.hikvision.ezviz</groupId>
    <artifactId>ezviz-sdk</artifactId>
    <version>4.8.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hikvision.ezviz : ezviz-sdk gradle dependency to your build.gradle file:

implementation 'com.hikvision.ezviz:ezviz-sdk:4.8.3'

Gradle Kotlin DSL: Add the following com.hikvision.ezviz : ezviz-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.hikvision.ezviz:ezviz-sdk:4.8.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hikvision.ezviz : ezviz-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hikvision.ezviz" % "ezviz-sdk" % "4.8.3"

Advertisement