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