These are the Protocol Buffer v3 and gRPC definitions (= driver) of ADAMpro. These definitions can be used to connect (hence driver) to ADAMpro.
Use your preferred build automation tool to include the dependency.
<dependency>
<groupId>org.vitrivr</groupId>
<artifactId>adampro-proto</artifactId>
<version>1.0.0</version>
</dependency>
compile 'org.vitrivr:adampro-proto:1.0.0'
Originally, this was developed by @ivangiangreco, further contributors: @silvanheller
Please be aware that different versions of ADAMpro and ADAMpro Proto might not be compatible.