Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.02 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.02 KB

ADAMpro Proto & gRPC Driver

Maven Central

These are the Protocol Buffer v3 and gRPC definitions (= driver) of ADAMpro. These definitions can be used to connect (hence driver) to ADAMpro.

Usage

Use your preferred build automation tool to include the dependency.

Maven

<dependency>
  <groupId>org.vitrivr</groupId>
  <artifactId>adampro-proto</artifactId>
  <version>1.0.0</version>
</dependency>

Gradle

compile 'org.vitrivr:adampro-proto:1.0.0'

Contributors

Originally, this was developed by @ivangiangreco, further contributors: @silvanheller

Versioning

Please be aware that different versions of ADAMpro and ADAMpro Proto might not be compatible.