Skip to content

bithatch/linid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Java FFM based API for accessing Linux user and group information

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages