License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdtechnology.semi.weaviate |
ArtifactId | ArtifactIdclient |
Version | Version2.0.0 |
Type | Typejar |
Description |
DescriptionWeaviate Java client
A java client for Weaviate Vector Search Engine
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
client-2.0.0.pom | |
client-2.0.0.jar | 155 KB |
client-2.0.0-sources.jar | 77 KB |
client-2.0.0-javadoc.jar | 929 KB |
Browse |
<!-- https://jarcasting.com/artifacts/technology.semi.weaviate/client/ -->
<dependency>
<groupId>technology.semi.weaviate</groupId>
<artifactId>client</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/technology.semi.weaviate/client/
implementation 'technology.semi.weaviate:client:2.0.0'
// https://jarcasting.com/artifacts/technology.semi.weaviate/client/
implementation ("technology.semi.weaviate:client:2.0.0")
'technology.semi.weaviate:client:jar:2.0.0'
<dependency org="technology.semi.weaviate" name="client" rev="2.0.0">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='technology.semi.weaviate', module='client', version='2.0.0')
)
libraryDependencies += "technology.semi.weaviate" % "client" % "2.0.0"
[technology.semi.weaviate/client "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpclient | jar | 4.5.13 |
org.projectlombok : lombok | jar | 1.18.22 |
com.google.code.gson : gson | jar | 2.8.9 |
org.apache.commons : commons-lang3 | jar | 3.12.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.8.1 |
org.testcontainers : testcontainers | jar | 1.16.2 |