is not current version
Last Version 0.1.2

com.github.secondbase:flags 0.1.1

Utility for handling command line arguments based on Flag annotations.

GroupId

GroupId

com.github.secondbase
ArtifactId

ArtifactId

flags
Version

Version

0.1.1
Type

Type

jar

Download flags 0.1.1


<!-- https://jarcasting.com/artifacts/com.github.secondbase/flags/ -->
<dependency>
    <groupId>com.github.secondbase</groupId>
    <artifactId>flags</artifactId>
    <version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.secondbase/flags/
implementation 'com.github.secondbase:flags:0.1.1'
// https://jarcasting.com/artifacts/com.github.secondbase/flags/
implementation ("com.github.secondbase:flags:0.1.1")
'com.github.secondbase:flags:jar:0.1.1'
<dependency org="com.github.secondbase" name="flags" rev="0.1.1">
  <artifact name="flags" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.secondbase', module='flags', version='0.1.1')
)
libraryDependencies += "com.github.secondbase" % "flags" % "0.1.1"
[com.github.secondbase/flags "0.1.1"]