MVN

io.github.air-iot : sdk-datarelay-starter

Maven & Gradle

Jun 19, 2024

sdk-datarelay-starter · AIRIOT 平台北向服务二次开发 SDK 包

<dependency>
    <groupId>io.github.air-iot</groupId>
    <artifactId>sdk-datarelay-starter</artifactId>
    <version>4.1.20</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.air-iot : sdk-datarelay-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.1.20

All Versions

Choose a version of io.github.air-iot : sdk-datarelay-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.1.x
sdk-datarelay-starter-4.1.20

How to add a dependency to Maven

Add the following io.github.air-iot : sdk-datarelay-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.air-iot</groupId>
    <artifactId>sdk-datarelay-starter</artifactId>
    <version>4.1.20</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.air-iot : sdk-datarelay-starter gradle dependency to your build.gradle file:

implementation 'io.github.air-iot:sdk-datarelay-starter:4.1.20'

Gradle Kotlin DSL: Add the following io.github.air-iot : sdk-datarelay-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.air-iot:sdk-datarelay-starter:4.1.20")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.air-iot : sdk-datarelay-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.air-iot" % "sdk-datarelay-starter" % "4.1.20"