is not current version
Last Version 3.8

com.dorkbox:Console 3.1

Java unbuffered input and ANSI output support in consoles for linux, mac, windows.

GroupId

GroupId

com.dorkbox
ArtifactId

ArtifactId

Console
Version

Version

3.1
Type

Type

jar

Download Console 3.1


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