Skip to content

Commit

Permalink
finish updating versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
hhovsepi committed Apr 24, 2024
1 parent a79d0c8 commit 89f4c87
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@ The recommended method for obtaining the SDK is via Gradle or Maven through the

### Gradle
```groovy
compile "com.smartcar.sdk:java-sdk:4.2.0"
compile "com.smartcar.sdk:java-sdk:4.3.0"
```

### Maven
```xml
<dependency>
<groupId>com.smartcar.sdk</groupId>
<artifactId>java-sdk</artifactId>
<version>4.2.0</version>
<version>4.3.0</version>
</dependency>
```

### Jar Direct Download
* [java-sdk-4.2.0.jar](https://repo1.maven.org/maven2/com/smartcar/sdk/java-sdk/4.2.0/java-sdk-4.2.0.jar)
* [java-sdk-4.2.0-sources.jar](https://repo1.maven.org/maven2/com/smartcar/sdk/java-sdk/4.2.0/java-sdk-4.2.0-sources.jar)
* [java-sdk-4.2.0-javadoc.jar](https://repo1.maven.org/maven2/com/smartcar/sdk/java-sdk/4.2.0/java-sdk-4.2.0-javadoc.jar)
* [java-sdk-4.3.0.jar](https://repo1.maven.org/maven2/com/smartcar/sdk/java-sdk/4.3.0/java-sdk-4.3.0.jar)
* [java-sdk-4.3.0-sources.jar](https://repo1.maven.org/maven2/com/smartcar/sdk/java-sdk/4.3.0/java-sdk-4.3.0-sources.jar)
* [java-sdk-4.3.0-javadoc.jar](https://repo1.maven.org/maven2/com/smartcar/sdk/java-sdk/4.3.0/java-sdk-4.3.0-javadoc.jar)

Signatures and other downloads available at [Maven Central](https://central.sonatype.com/artifact/com.smartcar.sdk/java-sdk/4.2.0).
Signatures and other downloads available at [Maven Central](https://central.sonatype.com/artifact/com.smartcar.sdk/java-sdk/4.3.0).

## Usage

Expand Down Expand Up @@ -136,7 +136,7 @@ In accordance with the Semantic Versioning specification, the addition of suppor
[ci-url]: https://travis-ci.com/smartcar/java-sdk
[coverage-image]: https://codecov.io/gh/smartcar/java-sdk/branch/master/graph/badge.svg?token=nZAITx7w3X
[coverage-url]: https://codecov.io/gh/smartcar/java-sdk
[javadoc-image]: https://img.shields.io/badge/javadoc-4.2.0-brightgreen.svg
[javadoc-image]: https://img.shields.io/badge/javadoc-4.3.0-brightgreen.svg
[javadoc-url]: https://smartcar.github.io/java-sdk
[maven-image]: https://img.shields.io/maven-central/v/com.smartcar.sdk/java-sdk.svg?label=Maven%20Central
[maven-url]: https://central.sonatype.com/artifact/com.smartcar.sdk/java-sdk

0 comments on commit 89f4c87

Please sign in to comment.