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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ JsonTree offers several customizations for visual appearance like syntax highlig

## Download

See `maven-central` tag at the top for the latest version.
See `maven` tag at the top for the latest version.

```kotlin
dependencies {
Expand All @@ -31,7 +31,7 @@ dependencies {

### Snapshots

Add the sonatype snapshot repository to your gradle setup and add the dependency from above. See `snapshot` tag at the top for the latest version.
Add the sonatype snapshot repository to your gradle setup and add the dependency from above. See `maven` tag at the top for the latest snapshot version.

```kotlin
maven { url = uri("https://central.sonatype.com/repository/maven-snapshots/") }
Expand Down