MVN

top.microiot : iotapi

Maven & Gradle

Mar 14, 2020
1 stars

iotapi · MicroIoT API for JAVA

<dependency>
    <groupId>top.microiot</groupId>
    <artifactId>iotapi</artifactId>
    <version>3.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of top.microiot : iotapi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.0

All Versions

Choose a version of top.microiot : iotapi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
iotapi-3.1.0
3.0.x
iotapi-3.0.14
iotapi-3.0.13
iotapi-3.0.12
iotapi-3.0.11
iotapi-3.0.10
iotapi-3.0.9
iotapi-3.0.8
iotapi-3.0.6
iotapi-3.0.5
iotapi-3.0.4
iotapi-3.0.3
iotapi-3.0.1
iotapi-3.0.0
2.0.x
iotapi-2.0.0
1.3.x
iotapi-1.3.0
1.2.x
iotapi-1.2.2
iotapi-1.2.1
iotapi-1.2.0
1.1.x
iotapi-1.1.0
1.0.x
iotapi-1.0.3
iotapi-1.0.2
iotapi-1.0.0

How to add a dependency to Maven

Add the following top.microiot : iotapi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>top.microiot</groupId>
    <artifactId>iotapi</artifactId>
    <version>3.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following top.microiot : iotapi gradle dependency to your build.gradle file:

implementation 'top.microiot:iotapi:3.1.0'

Gradle Kotlin DSL: Add the following top.microiot : iotapi gradle kotlin dependency to your build.gradle.kts file:

implementation("top.microiot:iotapi:3.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following top.microiot : iotapi sbt scala dependency to your build.sbt file:

libraryDependencies += "top.microiot" % "iotapi" % "3.1.0"

Advertisement