biscuit-java
May 16, 2025 ยท View on GitHub
Biscuit's Java library implementation.
This API implements Biscuit 2.0.
Usage
<!-- https://mvnrepository.com/artifact/org.biscuitsec/biscuit -->
<dependency>
<groupId>org.biscuitsec</groupId>
<artifactId>biscuit</artifactId>
<version>@VERSION@</version>
</dependency>
Development
Requirements
- JDK v11
- the Protobuf compiler command
protocv3+ is required in$PATH.
Build
mvn clean install
# skip tests
mvn clean install -DskipTests
License
Licensed under Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
Contribution
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.