Skip to content

aserto-dev/java-directory

Repository files navigation

java-directory

slack

Generated Java gRPC bindings for the Topaz and Aserto Directory Service; these are low-level bindings. For a more idiomatic Java development experience, we advise using the aserto-java or aserto-spring when your project is using Spring.

Requirements

  • GNU make
  • maven
  • Java 8 or newer

If you need to regenerate the protobuf binding you will also need the:

  • buf cli, which will be installed by using make deps

Building the project

make build

or

mvn clean package

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

make install

or

mvn clean install