A small Java library that makes of use of Java 22's FFM API to interact with user and group accounts on Linux.
Available on Maven Central, so just add the following dependency to your project's pom.xml.
<dependency>
<groupId>uk.co.bithatch</groupId>
<artifactId>linid</artifactId>
<version>0.9.0</version>
</dependency>If you are using JPMS, add uk.co.bithatch.linid to your module-info.java.
Using Apache Maven is recommended.
- Clone this module
- Change directory to where you cloned to
- Run
mvn package - Jar Artifacts will be in the
targetdirectory.