MVN

top.microiot : iotdomain

Maven & Gradle

Mar 14, 2020
1 usages
0 stars

iotdomain · MicroIoT Platform domain

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

Latest Version

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

  • Latest Stable: 2.3.0

All Versions

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

Version Vulnerabilities Updated
2.3.x
iotdomain-2.3.0
2.2.x
iotdomain-2.2.0
2.1.x
iotdomain-2.1.0
2.0.x
iotdomain-2.0.9
iotdomain-2.0.8
iotdomain-2.0.7
iotdomain-2.0.6
iotdomain-2.0.5
iotdomain-2.0.4
iotdomain-2.0.3
iotdomain-2.0.2
iotdomain-2.0.0
1.1.x
iotdomain-1.1.0
1.0.x
iotdomain-1.0.3
iotdomain-1.0.2
iotdomain-1.0.1
iotdomain-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>top.microiot</groupId>
    <artifactId>iotdomain</artifactId>
    <version>2.3.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'top.microiot:iotdomain:2.3.0'

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

implementation("top.microiot:iotdomain:2.3.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "top.microiot" % "iotdomain" % "2.3.0"

Advertisement