MVN

io.github.air-iot : sdk-client-http-starter

Maven & Gradle

Aug 16, 2023

AIRIOT 平台接口客户端 HTTP 实现

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

Latest Version

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

  • Latest Stable: 4.1.7

All Versions

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

Version Vulnerabilities Updated
4.1.x
sdk-client-http-starter-4.1.7
sdk-client-http-starter-4.1.6
sdk-client-http-starter-4.1.5
sdk-client-http-starter-4.1.4
sdk-client-http-starter-4.1.3

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.air-iot</groupId>
    <artifactId>sdk-client-http-starter</artifactId>
    <version>4.1.7</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.air-iot:sdk-client-http-starter:4.1.7'

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

implementation("io.github.air-iot:sdk-client-http-starter:4.1.7")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.air-iot" % "sdk-client-http-starter" % "4.1.7"