Additional APIs implemented

This commit is contained in:
Madhavan Sridharan
2024-05-13 22:10:09 -04:00
parent 6a20e8da07
commit ccafc97172
17 changed files with 476 additions and 9 deletions

View File

@@ -35,16 +35,16 @@
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-protobuf</artifactId>
<version>1.63.0</version>
<!-- <version>1.63.0</version> -->
<!-- If Trying to match https://github.com/qdrant/java-client/blob/v1.9.1/build.gradle#L80 -->
<!-- <version>1.59.0</version> -->
<version>1.59.0</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java-util</artifactId>
<version>3.25.3</version>
<!-- <version>3.25.3</version> -->
<!-- If Trying to match https://github.com/qdrant/java-client/blob/v1.9.1/build.gradle#L81 -->
<!-- <version>3.24.0</version> -->
<version>3.24.0</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>