Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.jonahwh |
ArtifactId | ArtifactIdtesla-api-client |
Version | Version1.3.2 |
Type | Typejar |
Filename | Size |
---|---|
tesla-api-client-1.3.2.pom | |
tesla-api-client-1.3.2.jar | 110 KB |
tesla-api-client-1.3.2-sources.jar | 77 KB |
tesla-api-client-1.3.2-javadoc.jar | 270 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.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jonahwh/tesla-api-client/
implementation 'com.github.jonahwh:tesla-api-client:1.3.2'
// https://jarcasting.com/artifacts/com.github.jonahwh/tesla-api-client/
implementation ("com.github.jonahwh:tesla-api-client:1.3.2")
'com.github.jonahwh:tesla-api-client:jar:1.3.2'
<dependency org="com.github.jonahwh" name="tesla-api-client" rev="1.3.2">
<artifact name="tesla-api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jonahwh', module='tesla-api-client', version='1.3.2')
)
libraryDependencies += "com.github.jonahwh" % "tesla-api-client" % "1.3.2"
[com.github.jonahwh/tesla-api-client "1.3.2"]