MVN

com.ubidots : ubidots-java

Maven & Gradle

Oct 26, 2016
5 stars

ubidots-java

<dependency>
    <groupId>com.ubidots</groupId>
    <artifactId>ubidots-java</artifactId>
    <version>1.6.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ubidots : ubidots-java to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.6

All Versions

Choose a version of com.ubidots : ubidots-java to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
ubidots-java-1.6.6
ubidots-java-1.6.5
ubidots-java-1.6.4
ubidots-java-1.6.3
ubidots-java-1.6.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.ubidots</groupId>
    <artifactId>ubidots-java</artifactId>
    <version>1.6.6</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.ubidots:ubidots-java:1.6.6'

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

implementation("com.ubidots:ubidots-java:1.6.6")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.ubidots" % "ubidots-java" % "1.6.6"

Advertisement