Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.jonahwh |
ArtifactId | ArtifactIdtesla-api-client |
Version | Version1.11.0 |
Type | Typejar |
Filename | Size |
---|---|
tesla-api-client-1.11.0.pom | |
tesla-api-client-1.11.0.jar | 124 KB |
tesla-api-client-1.11.0-sources.jar | 82 KB |
tesla-api-client-1.11.0-javadoc.jar | 298 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jonahwh/tesla-api-client/ -->
<dependency>
<groupId>com.github.jonahwh</groupId>
<artifactId>tesla-api-client</artifactId>
<version>1.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jonahwh/tesla-api-client/
implementation 'com.github.jonahwh:tesla-api-client:1.11.0'
// https://jarcasting.com/artifacts/com.github.jonahwh/tesla-api-client/
implementation ("com.github.jonahwh:tesla-api-client:1.11.0")
'com.github.jonahwh:tesla-api-client:jar:1.11.0'
<dependency org="com.github.jonahwh" name="tesla-api-client" rev="1.11.0">
<artifact name="tesla-api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jonahwh', module='tesla-api-client', version='1.11.0')
)
libraryDependencies += "com.github.jonahwh" % "tesla-api-client" % "1.11.0"
[com.github.jonahwh/tesla-api-client "1.11.0"]