Files download
File Operation
client-1.7.1.jar download
client-1.7.1.pom download
client-1.7.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.qdrant</groupId>
  <artifactId>client</artifactId>
  <version>1.7.1</version>
</dependency>
Gradle Groovy
implementation 'io.qdrant:client:1.7.1'
Gradle Kotlin
implementation("io.qdrant:client:1.7.1")
Scala SBT
libraryDependencies += "io.qdrant" % "client" % "1.7.1"
Groovy Grape
@Grapes(
  @Grab(group='io.qdrant', module='client', version='1.7.1')
)
Apache Ivy
<dependency org="io.qdrant" name="client" rev="1.7.1" />
Leiningen
[io.qdrant/client "1.7.1"]
Apache Buildr
'io.qdrant:client:jar:1.7.1'