MVN

com.envisioniot : eos-event-api

Maven & Gradle

Sep 06, 2018
1 usages

1.6.0: 增加invalidEvent接口 1.7.0: 更换timestamp为string 2.0.3-SNAPSHOT: 添加SR相关接口 2.0.4: 支持date,hour函數 2.0.5: 支持minute函數 2.0.6-SNAPSHOT: SR 查询增加OrderBy,Filter支持 2.0.7-SNAPSHOT: EventUpdate支持语言

<dependency>
    <groupId>com.envisioniot</groupId>
    <artifactId>eos-event-api</artifactId>
    <version>2.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.envisioniot : eos-event-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.7

All Versions

Choose a version of com.envisioniot : eos-event-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
eos-event-api-2.0.7

How to add a dependency to Maven

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

<dependency>
    <groupId>com.envisioniot</groupId>
    <artifactId>eos-event-api</artifactId>
    <version>2.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.envisioniot : eos-event-api gradle dependency to your build.gradle file:

implementation 'com.envisioniot:eos-event-api:2.0.7'

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

implementation("com.envisioniot:eos-event-api:2.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.envisioniot : eos-event-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.envisioniot" % "eos-event-api" % "2.0.7"