Skip to content

Commit

Permalink
docs: Update README.md version
Browse files Browse the repository at this point in the history
  • Loading branch information
Anush008 authored Dec 21, 2023
1 parent a7da5ed commit 8be2bf0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ Java client library with handy utility methods and overloads for interfacing wit

## 📥 Installation

> Not yet published.
> [!IMPORTANT]
> Requires Java 8 or above.
Expand All @@ -36,20 +34,20 @@ To install the library, add the following lines to your build config file.
<dependency>
<groupId>io.qdrant</groupId>
<artifactId>client</artifactId>
<version>1.7-SNAPSHOT</version>
<version>1.7.0</version>
</dependency>
```

#### Scala SBT

```sbt
libraryDependencies += "io.qdrant" % "client" % "1.7-SNAPSHOT"
libraryDependencies += "io.qdrant" % "client" % "1.7.0"
```

#### Gradle

```gradle
implementation 'io.qdrant:client:1.7-SNAPSHOT'
implementation 'io.qdrant:client:1.7.0'
```

## 📖 Documentation
Expand Down

0 comments on commit 8be2bf0

Please sign in to comment.