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