is not current version
Last Version 3.1.1

technology.semi.weaviate:client 1.1.2

A java client for Weaviate Vector Search Engine

Categories

Categories

CLI User Interface
GroupId

GroupId

technology.semi.weaviate
ArtifactId

ArtifactId

client
Version

Version

1.1.2
Type

Type

jar

Download client 1.1.2


<!-- https://jarcasting.com/artifacts/technology.semi.weaviate/client/ -->
<dependency>
    <groupId>technology.semi.weaviate</groupId>
    <artifactId>client</artifactId>
    <version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/technology.semi.weaviate/client/
implementation 'technology.semi.weaviate:client:1.1.2'
// https://jarcasting.com/artifacts/technology.semi.weaviate/client/
implementation ("technology.semi.weaviate:client:1.1.2")
'technology.semi.weaviate:client:jar:1.1.2'
<dependency org="technology.semi.weaviate" name="client" rev="1.1.2">
  <artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='technology.semi.weaviate', module='client', version='1.1.2')
)
libraryDependencies += "technology.semi.weaviate" % "client" % "1.1.2"
[technology.semi.weaviate/client "1.1.2"]