MVN

io.github.air-iot : sdk-flow-extension-starter

Maven & Gradle

Sep 22, 2023

AIRIOT 物联网平台扩展流程节点 SDK

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

Latest Version

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

  • Latest Stable: 4.1.9

All Versions

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

Version Vulnerabilities Updated
4.1.x
sdk-flow-extension-starter-4.1.9

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.air-iot</groupId>
    <artifactId>sdk-flow-extension-starter</artifactId>
    <version>4.1.9</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.air-iot:sdk-flow-extension-starter:4.1.9'

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

implementation("io.github.air-iot:sdk-flow-extension-starter:4.1.9")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.air-iot" % "sdk-flow-extension-starter" % "4.1.9"