Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The Courier Java SDK provides typed access to the Courier REST API from applicat
### Gradle

```kotlin
implementation("com.courier:courier-java:4.10.0")
implementation("com.courier:courier-java:LATEST_VERSION")
```

### Maven
Expand All @@ -17,10 +17,12 @@ implementation("com.courier:courier-java:4.10.0")
<dependency>
<groupId>com.courier</groupId>
<artifactId>courier-java</artifactId>
<version>4.10.0</version>
<version>LATEST_VERSION</version>
</dependency>
```

Find the latest version on [Maven Central](https://central.sonatype.com/artifact/com.courier/courier-java).

## Quick Start

```java
Expand Down
Loading