Biscuit's Java library implementation.
This API implements Biscuit 2.0.
<!-- https://mvnrepository.com/artifact/org.biscuitsec/biscuit -->
<dependency>
<groupId>org.biscuitsec</groupId>
<artifactId>biscuit</artifactId>
<version>@VERSION@</version>
</dependency>
- JDK v11
- the Protobuf compiler command
protoc
v3+ is required in$PATH
.
mvn clean install
# skip tests
mvn clean install -DskipTests
Licensed under Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be licensed as above, without any additional terms or conditions.