Last Version

java-flags 0.3.0-beta2

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

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.github.yin.flags
ArtifactId

ArtifactId

java-flags
Version

Version

0.3.0-beta2
Type

Type

jar
Description

Description

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

Project URL

https://github.com/yin/java-flags
Source Code Management

Source Code Management

https://github.com/yin/java-flags/tree/master

Download java-flags 0.3.0-beta2


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

Dependencies

compile (6)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.21
org.reflections : reflections jar 0.9.10
com.google.auto.value : auto-value jar 1.3
com.google.code.findbugs : jsr305 jar 3.0.1
com.google.guava : guava jar 16.0.1
junit : junit jar 4.12

test (1)

Group / Artifact Type Version
org.mockito : mockito-core jar 1.10.19

Project Modules

There are no modules declared in this project.