MVN

io.weaviate : client

Maven & Gradle

Aug 22, 2023
15 stars

Weaviate Java client · A java client for Weaviate Vector Search Engine

<dependency>
    <groupId>io.weaviate</groupId>
    <artifactId>client</artifactId>
    <version>4.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.weaviate : client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.3.0

All Versions

Choose a version of io.weaviate : client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.3.x
client-4.3.0
4.2.x
client-4.2.1
client-4.2.0
4.1.x
client-4.1.2
client-4.1.1
client-4.1.0
4.0.x
client-4.0.2
client-4.0.1
client-4.0.0

How to add a dependency to Maven

Add the following io.weaviate : client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.weaviate</groupId>
    <artifactId>client</artifactId>
    <version>4.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.weaviate : client gradle dependency to your build.gradle file:

implementation 'io.weaviate:client:4.3.0'

Gradle Kotlin DSL: Add the following io.weaviate : client gradle kotlin dependency to your build.gradle.kts file:

implementation("io.weaviate:client:4.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.weaviate : client sbt scala dependency to your build.sbt file:

libraryDependencies += "io.weaviate" % "client" % "4.3.0"