Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdtechnology.semi.weaviate |
ArtifactId | ArtifactIdclient |
Version | Version1.1.2 |
Type | Typejar |
Filename | Size |
---|---|
client-1.1.2.pom | |
client-1.1.2.jar | 136 KB |
client-1.1.2-sources.jar | 69 KB |
client-1.1.2-javadoc.jar | 844 KB |
Browse |
<!-- 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"]