is not current version
Last Version 3.8

com.dorkbox:Console 3.2

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

GroupId

GroupId

com.dorkbox
ArtifactId

ArtifactId

Console
Version

Version

3.2
Type

Type

jar

Download Console 3.2


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