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