is not current version
Last Version 2.9

com.dorkbox:InputConsole 2.7

Unbuffered input for Java for linux, mac, windows.

GroupId

GroupId

com.dorkbox
ArtifactId

ArtifactId

InputConsole
Version

Version

2.7
Type

Type

jar

Download InputConsole 2.7


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