Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 790 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 790 Bytes

java-directory

slack

Java GRPC bindings for aserto directory. Those are raw bindings, for a better developer experience we recommend you use aserto-java or aserto-spring if your project already uses Spring.

Requirements

Building the project

mvn clean && mvn package

If you want to install the package to your local maven repository in order to include it in other projects

mvn clean && mvn install