MVN

com.telekom.m2m.cot : java-rest-client

Maven & Gradle

Jun 18, 2020
8 stars

Cloud of Things Java REST SDK · This is an SDK to interfere with the Cloud of Things by T-Systems International GmbH.

<dependency>
    <groupId>com.telekom.m2m.cot</groupId>
    <artifactId>java-rest-client</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.telekom.m2m.cot : java-rest-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of com.telekom.m2m.cot : java-rest-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
java-rest-client-2.0.0
1.1.x
java-rest-client-1.1.0
1.0.x
java-rest-client-1.0.5
java-rest-client-1.0.4
java-rest-client-1.0.2
java-rest-client-1.0.1
java-rest-client-1.0.0
0.6.x
java-rest-client-0.6.1
java-rest-client-0.6.0
0.5.x
java-rest-client-0.5.0
0.4.x
java-rest-client-0.4.1
java-rest-client-0.4.0
0.3.x
java-rest-client-0.3.0
0.2.x
java-rest-client-0.2.2
java-rest-client-0.2.0
0.1.x
java-rest-client-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.telekom.m2m.cot</groupId>
    <artifactId>java-rest-client</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.telekom.m2m.cot : java-rest-client gradle dependency to your build.gradle file:

implementation 'com.telekom.m2m.cot:java-rest-client:2.0.0'

Gradle Kotlin DSL: Add the following com.telekom.m2m.cot : java-rest-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.telekom.m2m.cot:java-rest-client:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.telekom.m2m.cot : java-rest-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.telekom.m2m.cot" % "java-rest-client" % "2.0.0"