Java port of the GNU getopt command-line option parser, providing POSIX-style option parsing.
<dependency>
<groupId>gnu.getopt</groupId>
<artifactId>java-getopt</artifactId>
<version>1.0.13</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Parse command-line options using GNU-style getopt.
Consider using picocli or JCommander as modern alternatives.
No dependency data recorded yet.