MVN

de.chiflux : tesla-api-client

Maven & Gradle

Aug 06, 2023

de.chiflux:tesla-api-client · This library provides a simplified API access to the unofficial JSON API as used by Tesla's iOS and Android apps. It offers very limited functionality to monitor SOC and control charging of Tesla vehicles. Currently, Models S, 3, X, Y should work. Disclaimer: There is no guaranty for functionality or whatsoever. Use it at your own risk!

<dependency>
    <groupId>de.chiflux</groupId>
    <artifactId>tesla-api-client</artifactId>
    <version>1.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.chiflux : tesla-api-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.7

All Versions

Choose a version of de.chiflux : tesla-api-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
tesla-api-client-1.0.7
tesla-api-client-1.0.6
tesla-api-client-1.0.5
tesla-api-client-1.0.4

How to add a dependency to Maven

Add the following de.chiflux : tesla-api-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.chiflux</groupId>
    <artifactId>tesla-api-client</artifactId>
    <version>1.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.chiflux : tesla-api-client gradle dependency to your build.gradle file:

implementation 'de.chiflux:tesla-api-client:1.0.7'

Gradle Kotlin DSL: Add the following de.chiflux : tesla-api-client gradle kotlin dependency to your build.gradle.kts file:

implementation("de.chiflux:tesla-api-client:1.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.chiflux : tesla-api-client sbt scala dependency to your build.sbt file:

libraryDependencies += "de.chiflux" % "tesla-api-client" % "1.0.7"

Advertisement