MVN

com.github.mylxy : scin-iot-sdk

Maven & Gradle

Jul 15, 2020
0 stars

ZhiXiangYun data subscription SDK · After the battery, vehicle, and power cabinet equipment are connected to the IoT platform, users may subscribe to the SDK through data to subscribe to the data reported by the device, including status, positioning, logs, configuration, unique data, etc., and then according to their own business processes Develop your own personalized application service

<dependency>
    <groupId>com.github.mylxy</groupId>
    <artifactId>scin-iot-sdk</artifactId>
    <version>1.0.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.mylxy : scin-iot-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.9

All Versions

Choose a version of com.github.mylxy : scin-iot-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
scin-iot-sdk-1.0.9

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.mylxy</groupId>
    <artifactId>scin-iot-sdk</artifactId>
    <version>1.0.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.mylxy : scin-iot-sdk gradle dependency to your build.gradle file:

implementation 'com.github.mylxy:scin-iot-sdk:1.0.9'

Gradle Kotlin DSL: Add the following com.github.mylxy : scin-iot-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.mylxy:scin-iot-sdk:1.0.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.mylxy : scin-iot-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.mylxy" % "scin-iot-sdk" % "1.0.9"