Last Version

JavaCommander 3.0.0

Java library for annotating methods such that they can be called via interpreting string inputs.

License

License

GroupId

GroupId

com.github.agadar
ArtifactId

ArtifactId

javacommander
Version

Version

3.0.0
Type

Type

jar
Description

Description

JavaCommander
Java library for annotating methods such that they can be called via interpreting string inputs.
Project URL

Project URL

https://github.com/Agadar/JavaCommander

Download javacommander 3.0.0


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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.