MVN

io.github.ezviz-open : streamctrl

Maven & Gradle

Aug 25, 2023
55 stars

streamctrl · 萤石开放平台SDK,用户可通过使用SDK集成音视频能力,设备接入等功能

<dependency>
    <groupId>io.github.ezviz-open</groupId>
    <artifactId>streamctrl</artifactId>
    <version>1.2.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.ezviz-open : streamctrl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.8

All Versions

Choose a version of io.github.ezviz-open : streamctrl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
streamctrl-1.2.8
streamctrl-1.2.7
streamctrl-1.2.6
streamctrl-1.2.5
streamctrl-1.2.4
streamctrl-1.2.3
streamctrl-1.2.2
streamctrl-1.2.1

How to add a dependency to Maven

Add the following io.github.ezviz-open : streamctrl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.ezviz-open</groupId>
    <artifactId>streamctrl</artifactId>
    <version>1.2.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.ezviz-open : streamctrl gradle dependency to your build.gradle file:

implementation 'io.github.ezviz-open:streamctrl:1.2.8'

Gradle Kotlin DSL: Add the following io.github.ezviz-open : streamctrl gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.ezviz-open:streamctrl:1.2.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.ezviz-open : streamctrl sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.ezviz-open" % "streamctrl" % "1.2.8"

Advertisement