MVN

com.envisioniot : enos-dm-api-pojo

Maven & Gradle

Nov 23, 2022

EnOS Device And Asset API pojo · EnOS Device And Asset API pojo 0.2.14-SNAPSHOT ota api pojo and event 0.2.20-SNAPSHOT The Response objects returned by GetEvent and SearchEvent queries are added (including: outputData, eventName, outputNames fields) 0.2.21-SNAPSHOT Increase the internationalization of the four-element description field of the model 0.2.22-SNAPSHOT add some pojo class for private api 0.2.23-SNAPSHOT model-service open api的接口中thingModel增加category模型类型字段 0.2.24-SNAPSHOT 部分search接口增加realTime字段 0.2.25-SNAPSHOT firmware add tag function 0.2.27-SNAPSHOT add max and min fields 0.2.28-SNAPSHOT asset tree api for amc/city infra 0.2.29-SNAPSHOT fix thingModel enableMeasurepointValidate 0.2.30-SNAPSHOT enhancement of search model and update asset and alert engine 增加告警规则sdk 0.2.31-SNAPSHOT move asset node 2.4.0-SNAPSHOT upgrade to 2.4 for support DCM 2.4GA 2.4.1-SNAPSHOT service parameter supports "Required" and "Default Value" fields 2.4.2-SNAPSHOT upgrade to 2.4 for support DCM 2.4GA jar 升级

<dependency>
    <groupId>com.envisioniot</groupId>
    <artifactId>enos-dm-api-pojo</artifactId>
    <version>2.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.envisioniot : enos-dm-api-pojo to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.2

All Versions

Choose a version of com.envisioniot : enos-dm-api-pojo to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
enos-dm-api-pojo-2.4.2
enos-dm-api-pojo-2.4.0
0.2.x
enos-dm-api-pojo-0.2.23
enos-dm-api-pojo-0.2.20
enos-dm-api-pojo-0.2.19
enos-dm-api-pojo-0.2.18
enos-dm-api-pojo-0.2.15
enos-dm-api-pojo-0.2.13
enos-dm-api-pojo-0.2.12
enos-dm-api-pojo-0.2.11
enos-dm-api-pojo-0.2.10
enos-dm-api-pojo-0.2.8
enos-dm-api-pojo-0.2.7
enos-dm-api-pojo-0.2.6
enos-dm-api-pojo-0.2.5
enos-dm-api-pojo-0.2.4
enos-dm-api-pojo-0.2.3
enos-dm-api-pojo-0.2.2
enos-dm-api-pojo-0.2.0
0.1.x
enos-dm-api-pojo-0.1.2

How to add a dependency to Maven

Add the following com.envisioniot : enos-dm-api-pojo maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.envisioniot</groupId>
    <artifactId>enos-dm-api-pojo</artifactId>
    <version>2.4.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.envisioniot : enos-dm-api-pojo gradle dependency to your build.gradle file:

implementation 'com.envisioniot:enos-dm-api-pojo:2.4.2'

Gradle Kotlin DSL: Add the following com.envisioniot : enos-dm-api-pojo gradle kotlin dependency to your build.gradle.kts file:

implementation("com.envisioniot:enos-dm-api-pojo:2.4.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.envisioniot : enos-dm-api-pojo sbt scala dependency to your build.sbt file:

libraryDependencies += "com.envisioniot" % "enos-dm-api-pojo" % "2.4.2"

Advertisement