chocoearly44 / jCon

jCon is easy to use Java library that is used to create a simple command-line interface for Java-based applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jCon (Java Console)

jCon is easy to use Java library that is used to create a simple command-line interface for Java-based applications.

Documentation

All methods are will be documented in the Wiki section.

Installation

MAVEN

  1. Add repository into pom.xml file
<repositories>
  <repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
  </repository>
</repositories>
  1. Add dependency
<dependency>
  <groupId>com.github.chocoearly44</groupId>
  <artifactId>jCon</artifactId>
  <version>Tag</version>
</dependency>

GRADLE

  1. Add repository into gradle file
allprojects {
  repositories {
    ...
    maven { url 'https://jitpack.io' }
  }
}
  1. Add dependency
dependencies {
  implementation 'com.github.chocoearly44:jCon:Tag'
}

Support

You can receive additional support in an official Discord Server.

Widget for the SuperLab Support guild

About

jCon is easy to use Java library that is used to create a simple command-line interface for Java-based applications.


Languages

Language:Java 100.0%