MVN

com.sitewhere : sitewhere-influx

Maven & Gradle

Jun 20, 2017
2 usages
868 stars

SiteWhere InfluxData Integration · SiteWhere InfluxData Integration

<dependency>
    <groupId>com.sitewhere</groupId>
    <artifactId>sitewhere-influx</artifactId>
    <version>1.11.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sitewhere : sitewhere-influx to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.11.0

All Versions

Choose a version of com.sitewhere : sitewhere-influx to add to Maven or Gradle - All Versions:

  • Version Updated
  • sitewhere-influx-1.11.0

    Jun 19, 2017
  • sitewhere-influx-1.10.0

    May 07, 2017
  • sitewhere-influx-1.8.0

    Jul 27, 2016
  • sitewhere-influx-1.7.0

    Apr 05, 2016
  • sitewhere-influx-1.6.1

    Feb 16, 2016
  • sitewhere-influx-1.6.0

    Feb 12, 2016

How to add a dependency to Maven

Add the following com.sitewhere : sitewhere-influx maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sitewhere</groupId>
    <artifactId>sitewhere-influx</artifactId>
    <version>1.11.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sitewhere : sitewhere-influx gradle dependency to your build.gradle file:

implementation 'com.sitewhere:sitewhere-influx:1.11.0'

Gradle Kotlin DSL: Add the following com.sitewhere : sitewhere-influx gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sitewhere:sitewhere-influx:1.11.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sitewhere : sitewhere-influx sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sitewhere" % "sitewhere-influx" % "1.11.0"