Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.3 KB

File metadata and controls

34 lines (24 loc) · 1.3 KB

linid

Maven Build/Test JDK 17 Maven Central Coverage Status javadoc JPMS

A small Java library that makes of use of Java 22's FFM API to interact with user and group accounts on Linux.

Installation

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>

JPMS

If you are using JPMS, add uk.co.bithatch.linid to your module-info.java.

Build From Source

Using Apache Maven is recommended.

  • Clone this module
  • Change directory to where you cloned to
  • Run mvn package
  • Jar Artifacts will be in the target directory.