Spartan CLI

A command line interface processor

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

il.org.spartan
ArtifactId

ArtifactId

cli
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Spartan CLI
A command line interface processor
Project URL

Project URL

https://github.com/SpartanRefactoring/cli
Source Code Management

Source Code Management

https://github.com/SpartanRefactoring/cli

Download cli

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

CLI Build Status Maven Central

CLI enables Java developers to automatically create command line parameters for their code based on the fields detected in the code.

Obtaining the library

The library is available in Maven Central, so you can easily embed it in your projects.

Maven

For Maven projects, add this to your pom.xml:

<dependencies>
    <dependency>
        <groupId>il.org.spartan</groupId>
        <artifactId>cli</artifactId>
        <version>1.0</version>
    </dependency>
    ...
</dependencies>

Gradle

For Gradle projects, add this to your build.gradle:

compile 'il.org.spartan:cli:1.0'

Compiling from source

To compile the library from source, clone this repository to your local computer and run:

mvn package

Then, include the generated .jar file in your project.

License

This library is an open source project and is available under the MIT License

il.org.spartan

IL.ORG.SPARTAN

Nano patterns, spartan programming, fluent API and more

Versions

Version
1.0