awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
kohsuke avatar

kohsuke/args4j

0
View on GitHub↗
803 Stars·186 Forks·Java·MIT·3 Aufrufeargs4j.kohsuke.org↗

Args4j

args4j args4j is a small Java class library that makes it easy to parse command line options/arguments in your CUI application. See more info at https://args4j.kohsuke.org/

Features

  • Java CLI Frameworks - Library for parsing command-line options and arguments.

Star-Verlauf

Star-Verlauf für kohsuke/args4jStar-Verlauf für kohsuke/args4j

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Args4j

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Args4j.
  • apache/commons-cliAvatar von apache

    apache/commons-cli

    389Auf GitHub ansehen↗

    Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you…

    Java
    Auf GitHub ansehen↗389
  • cbeust/jcommanderC

    cbeust/jcommander

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • jline/jline3Avatar von jline

    jline/jline3

    1,779Auf GitHub ansehen↗

    JLine is a Java library for handling console input.

    Javacliconsolejava
    Auf GitHub ansehen↗1,779
  • remkop/picocliAvatar von remkop

    remkop/picocli

    5,387Auf GitHub ansehen↗

    picocli is a command line interface development framework and argument parser for JVM-based applications. It maps command line options and positional parameters to strongly typed Java methods and fields using a declarative, annotation-based model. The framework provides specific support for native image compilation, producing the reflection and resource configuration files necessary to build standalone binaries with reduced startup overhead. It further distinguishes itself with a dedicated system for generating shell autocompletion scripts and an ANSI terminal stylizer for applying colors and

    Java
    Auf GitHub ansehen↗5,387

Häufig gestellte Fragen

Was macht kohsuke/args4j?

args4j args4j is a small Java class library that makes it easy to parse command line options/arguments in your CUI application. See more info at https://args4j.kohsuke.org/

Was sind die Hauptfunktionen von kohsuke/args4j?

Die Hauptfunktionen von kohsuke/args4j sind: Java CLI Frameworks.

Welche Open-Source-Alternativen gibt es zu kohsuke/args4j?

Open-Source-Alternativen zu kohsuke/args4j sind unter anderem: apache/commons-cli — Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file… cbeust/jcommander. jline/jline3 — JLine is a Java library for handling console input. remkop/picocli — picocli is a command line interface development framework and argument parser for JVM-based applications. It maps…