Skip to content

aserto-dev/java-directory

Repository files navigation

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