Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdtechnology.semi.weaviate |
ArtifactId | ArtifactIdclient |
Version | Version2.2.1 |
Type | Typejar |
Filename | Size |
---|---|
client-2.2.1.pom | |
client-2.2.1.jar | 158 KB |
client-2.2.1-sources.jar | 79 KB |
client-2.2.1-javadoc.jar | 944 KB |
Browse |
<!-- https://jarcasting.com/artifacts/technology.semi.weaviate/client/ -->
<dependency>
<groupId>technology.semi.weaviate</groupId>
<artifactId>client</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/technology.semi.weaviate/client/
implementation 'technology.semi.weaviate:client:2.2.1'
// https://jarcasting.com/artifacts/technology.semi.weaviate/client/
implementation ("technology.semi.weaviate:client:2.2.1")
'technology.semi.weaviate:client:jar:2.2.1'
<dependency org="technology.semi.weaviate" name="client" rev="2.2.1">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='technology.semi.weaviate', module='client', version='2.2.1')
)
libraryDependencies += "technology.semi.weaviate" % "client" % "2.2.1"
[technology.semi.weaviate/client "2.2.1"]