| Categories |
CategoriesJava Languages |
|---|---|
| GroupId | GroupIdcom.ubidots |
| ArtifactId | ArtifactIdubidots-java |
| Last Version | Last Version1.6.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionubidots-java
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| ubidots-java-1.6.6.pom | |
| ubidots-java-1.6.6.jar | 12 KB |
| ubidots-java-1.6.6-sources.jar | 5 KB |
| ubidots-java-1.6.6-javadoc.jar | 52 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.ubidots/ubidots-java/ -->
<dependency>
<groupId>com.ubidots</groupId>
<artifactId>ubidots-java</artifactId>
<version>1.6.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.ubidots/ubidots-java/
implementation 'com.ubidots:ubidots-java:1.6.6'
// https://jarcasting.com/artifacts/com.ubidots/ubidots-java/
implementation ("com.ubidots:ubidots-java:1.6.6")
'com.ubidots:ubidots-java:jar:1.6.6'
<dependency org="com.ubidots" name="ubidots-java" rev="1.6.6">
<artifact name="ubidots-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ubidots', module='ubidots-java', version='1.6.6')
)
libraryDependencies += "com.ubidots" % "ubidots-java" % "1.6.6"
[com.ubidots/ubidots-java "1.6.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.gson : gson | jar | 2.2.4 |
| org.apache.httpcomponents : httpcore | jar | 4.3.2 |
| org.apache.httpcomponents : httpclient | jar | 4.3.3 |
| commons-logging : commons-logging | jar | 1.1.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.mockito : mockito-all | jar | 1.9.5 |
| junit : junit | jar | 4.11 |
| org.hamcrest : hamcrest-core | jar | 1.3 |