console-input-manager

This library help you to build Java console input process on your console application with easiest way of way. Also it is provide more effective and easy way of development console application. You can define interactive queries which be need on the application as user input and set up each queries with full-managed way.

License

License

GroupId

GroupId

io.github.9ins
ArtifactId

ArtifactId

console-input-manager
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

console-input-manager
This library help you to build Java console input process on your console application with easiest way of way. Also it is provide more effective and easy way of development console application. You can define interactive queries which be need on the application as user input and set up each queries with full-managed way.
Project URL

Project URL

https://github.com/9ins/console-input-manager
Source Code Management

Source Code Management

https://github.com/9ins/console-input-manager.git

Download console-input-manager

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.9ins/console-input-manager/ -->
<dependency>
    <groupId>io.github.9ins</groupId>
    <artifactId>console-input-manager</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.9ins/console-input-manager/
implementation 'io.github.9ins:console-input-manager:1.0.1'
// https://jarcasting.com/artifacts/io.github.9ins/console-input-manager/
implementation ("io.github.9ins:console-input-manager:1.0.1")
'io.github.9ins:console-input-manager:jar:1.0.1'
<dependency org="io.github.9ins" name="console-input-manager" rev="1.0.1">
  <artifact name="console-input-manager" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.9ins', module='console-input-manager', version='1.0.1')
)
libraryDependencies += "io.github.9ins" % "console-input-manager" % "1.0.1"
[io.github.9ins/console-input-manager "1.0.1"]

Dependencies

runtime (1)

Group / Artifact Type Version
org.yaml : snakeyaml jar 1.26

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0