Last Version

flags 0.1.2

Utility for handling command line arguments based on Flag annotations.

License

License

GroupId

GroupId

com.github.secondbase
ArtifactId

ArtifactId

flags
Version

Version

0.1.2
Type

Type

jar
Description

Description

flags
Utility for handling command line arguments based on Flag annotations.
Source Code Management

Source Code Management

http://github.com/secondbase/secondbase/tree/master/flags

Download flags 0.1.2


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

Dependencies

compile (3)

Group / Artifact Type Version
net.sf.jopt-simple : jopt-simple jar 5.0.3
org.slf4j : slf4j-api jar 1.7.25
org.slf4j : jul-to-slf4j jar 1.7.25

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 2.8.47

Project Modules

There are no modules declared in this project.