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.
- 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
make buildor
mvn clean packageIf you want to install the package to your local maven repository in order to include it in other projects
make installor
mvn clean install