MVN

com.dorkbox : Console

Maven & Gradle

Aug 20, 2023

Console · Unbuffered input and ANSI output support for Linux, MacOS, or Windows for Java 8+

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

Latest Version

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

  • Latest Stable: 4.1

All Versions

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

Version Vulnerabilities Updated
4.1
Console-4.1
4.0
Console-4.0
3.9
Console-3.9
3.8
Console-3.8
3.7
Console-3.7
3.6
Console-3.6
3.5
Console-3.5
3.4
Console-3.4
3.3
Console-3.3
3.2
Console-3.2
3.1
Console-3.1
3.0
Console-3.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.dorkbox</groupId>
    <artifactId>Console</artifactId>
    <version>4.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.dorkbox:Console:4.1'

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

implementation("com.dorkbox:Console:4.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.dorkbox" % "Console" % "4.1"

Advertisement