MVN

com.github.yin.flags : java-flags

Maven & Gradle

Aug 09, 2017
2 stars

java-flags · Easy to use command-line parser, which enables you to define cmdline flags directly the class they are used in.

<dependency>
    <groupId>com.github.yin.flags</groupId>
    <artifactId>java-flags</artifactId>
    <version>0.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.yin.flags : java-flags to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.1
  • Latest Beta: 0.3.0-beta2

All Versions

Choose a version of com.github.yin.flags : java-flags to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
v0.3.x
java-flags-v0.3.0-beta2
0.3.x
java-flags-0.3.0-beta2
java-flags-0.3.0-beta1
0.2.x
java-flags-0.2.1
0.2
java-flags-0.2
0.1.x
java-flags-0.1.1
0.1
java-flags-0.1

How to add a dependency to Maven

Add the following com.github.yin.flags : java-flags maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.yin.flags</groupId>
    <artifactId>java-flags</artifactId>
    <version>0.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.yin.flags : java-flags gradle dependency to your build.gradle file:

implementation 'com.github.yin.flags:java-flags:0.2.1'

Gradle Kotlin DSL: Add the following com.github.yin.flags : java-flags gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.yin.flags:java-flags:0.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.yin.flags : java-flags sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.yin.flags" % "java-flags" % "0.2.1"

Advertisement

Dependencies from Group

Aug 09, 2017
2 stars

Discover Dependencies

Jan 25, 2019
1 usages
660 stars
Dec 09, 2017
7 usages
290 stars
Aug 26, 2023
11 usages
5 stars
Aug 26, 2023
3 usages
14 stars
Nov 14, 2016
0 stars
Jul 28, 2023
5 usages
98.8k stars
Jun 22, 2023
7 usages
1.8k stars
Feb 14, 2021
3 usages
2.9k stars