MVN

com.dorkbox : InputConsole

Maven & Gradle

Apr 28, 2016
12 stars

InputConsole · Unbuffered input for Java for linux, mac, windows.

<dependency>
    <groupId>com.dorkbox</groupId>
    <artifactId>InputConsole</artifactId>
    <version>2.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.dorkbox : InputConsole to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.9

All Versions

Choose a version of com.dorkbox : InputConsole to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.9
InputConsole-2.9
2.8
InputConsole-2.8
2.7
InputConsole-2.7
2.6
InputConsole-2.6
2.5
InputConsole-2.5
2.4
InputConsole-2.4
2.2
InputConsole-2.2
2.1
InputConsole-2.1
2.0
InputConsole-2.0
1.5
InputConsole-1.5
1.4
InputConsole-1.4

How to add a dependency to Maven

Add the following com.dorkbox : InputConsole maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.dorkbox</groupId>
    <artifactId>InputConsole</artifactId>
    <version>2.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.dorkbox : InputConsole gradle dependency to your build.gradle file:

implementation 'com.dorkbox:InputConsole:2.9'

Gradle Kotlin DSL: Add the following com.dorkbox : InputConsole gradle kotlin dependency to your build.gradle.kts file:

implementation("com.dorkbox:InputConsole:2.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.dorkbox : InputConsole sbt scala dependency to your build.sbt file:

libraryDependencies += "com.dorkbox" % "InputConsole" % "2.9"