MVN

technology.semi.weaviate : client

Maven & Gradle

Mar 14, 2023
15 stars

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

<dependency>
    <groupId>technology.semi.weaviate</groupId>
    <artifactId>client</artifactId>
    <version>4.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.0.0

All Versions

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

Version Vulnerabilities Updated
4.0.x
client-4.0.0
3.6.x
client-3.6.5
client-3.6.4
client-3.6.3
client-3.6.2
client-3.6.1
client-3.6.0
3.5.x
client-3.5.0
3.4.x
client-3.4.2
client-3.4.1
client-3.4.0
3.3.x
client-3.3.2
client-3.3.1
client-3.3.0
3.2.x
client-3.2.1
client-3.2.0
3.1.x
client-3.1.1
client-3.1.0
3.0.x
client-3.0.0
2.4.x
client-2.4.0
2.3.x
client-2.3.0
2.2.x
client-2.2.2
client-2.2.1
client-2.2.0
2.1.x
client-2.1.1
client-2.1.0
2.0.x
client-2.0.0
1.2.x
client-1.2.1
client-1.2.0
1.1.x
client-1.1.2
client-1.1.1
client-1.1.0
1.0.x
client-1.0.2
client-1.0.1
client-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>technology.semi.weaviate</groupId>
    <artifactId>client</artifactId>
    <version>4.0.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'technology.semi.weaviate:client:4.0.0'

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

implementation("technology.semi.weaviate:client:4.0.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "technology.semi.weaviate" % "client" % "4.0.0"

Advertisement