MVN

com.github.secondbase : flags

Maven & Gradle

Dec 19, 2017
8 usages
4 stars

flags · Utility for handling command line arguments based on Flag annotations.

<dependency>
    <groupId>com.github.secondbase</groupId>
    <artifactId>flags</artifactId>
    <version>0.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.1.2

All Versions

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

Version Vulnerabilities Updated
0.1.x
flags-0.1.2
flags-0.1.1
flags-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.secondbase</groupId>
    <artifactId>flags</artifactId>
    <version>0.1.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.secondbase:flags:0.1.2'

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

implementation("com.github.secondbase:flags:0.1.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.secondbase" % "flags" % "0.1.2"

Advertisement

Dependencies from Group

Dec 19, 2017
8 usages
4 stars
Dec 19, 2017
6 usages
4 stars
Dec 19, 2017
4 usages
4 stars
Dec 19, 2017
3 usages
4 stars
Dec 19, 2017
2 usages
4 stars

Discover Dependencies

Mar 11, 2021
4 usages
8 stars
Jan 10, 2014
12 usages
Jun 29, 2022
16 usages
2.3k stars
Feb 23, 2016
19 usages
31 stars
Nov 02, 2018
8 usages
444 stars
Sep 26, 2016
3 usages
16 stars
Jul 14, 2017
3 usages
May 25, 2019
5 usages
36 stars