MVN

me.araopj : cscreen

Maven & Gradle

Jan 15, 2024
4 stars

me.araopj:cscreen · Text-based UI on Console

<dependency>
    <groupId>me.araopj</groupId>
    <artifactId>cscreen</artifactId>
    <version>3.3.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.araopj : cscreen to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.4

All Versions

Choose a version of me.araopj : cscreen to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
cscreen-3.3.4
cscreen-3.3.3
cscreen-3.3.2

How to add a dependency to Maven

Add the following me.araopj : cscreen maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.araopj</groupId>
    <artifactId>cscreen</artifactId>
    <version>3.3.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.araopj : cscreen gradle dependency to your build.gradle file:

implementation 'me.araopj:cscreen:3.3.4'

Gradle Kotlin DSL: Add the following me.araopj : cscreen gradle kotlin dependency to your build.gradle.kts file:

implementation("me.araopj:cscreen:3.3.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.araopj : cscreen sbt scala dependency to your build.sbt file:

libraryDependencies += "me.araopj" % "cscreen" % "3.3.4"

Advertisement