DEV Community

Cover image for Console Application Input Library in Java.
Kooin-Shin
Kooin-Shin

Posted on • Edited on

1

Console Application Input Library in Java.

Hi all,
I will introduce a library to build console application with more easier, and with this library, you can make fine interactive methodology on your console application.

You can define queries for user input using this library on your application and later, you able to use the input data in your code.

All queries are managed with YAML file and you can redefine message content of it.
You can manage trigger process by implementing ConsoleTrigger interface and treat user input data on this object.

More detail thing of this library to get, you can have it to visit below GitHub project.

Dependencies

Maven dependency

<!-- https://mvnrepository.com/artifact/io.github.9ins/console-input-manager -->
<dependency>
    <groupId>io.github.9ins</groupId>
    <artifactId>console-input-manager</artifactId>
    <version>1.0.1</version>
</dependency> 
Enter fullscreen mode Exit fullscreen mode

Gradle dependency

// https://mvnrepository.com/artifact/io.github.9ins/console-input-manager
implementation group: 'io.github.9ins', name: 'console-input-manager', version: '1.0.1' 
Enter fullscreen mode Exit fullscreen mode

GitHub link: [console-input][https://github.com/9ins/console-input-manager]

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Engage with a sea of insights in this enlightening article, highly esteemed within the encouraging DEV Community. Programmers of every skill level are invited to participate and enrich our shared knowledge.

A simple "thank you" can uplift someone's spirits. Express your appreciation in the comments section!

On DEV, sharing knowledge smooths our journey and strengthens our community bonds. Found this useful? A brief thank you to the author can mean a lot.

Okay