Installation
Fsecurity is on maven central, you can pull it to your project just as any other dependency.
Maven
xml
<dependency>
<groupId>dev.fsecurity</groupId>
<artifactId>fsecurity</artifactId>
<version>1.0.0</version>
</dependency>
Gradle
groovy
implementation 'dev.fsecurity:fsecurity:1.0.0'