MVN

com.intellisrc : term

Maven & Gradle

Jul 06, 2023

IntelliSrc Common Library : Term Module · Anything related to terminal is in this module (except AnsiColor, which is in core). It uses JLine to help you create interactive terminal (console) applications easily. It also contains some tools to display progress with colors.

<dependency>
    <groupId>com.intellisrc</groupId>
    <artifactId>term</artifactId>
    <version>2.8.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.intellisrc : term to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.8.11

All Versions

Choose a version of com.intellisrc : term to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.8.x
term-2.8.11
term-2.8.10
term-2.8.9
term-2.8.8
term-2.8.7
term-2.8.6
term-2.8.5
term-2.8.4
term-2.8.3
term-2.8.2
term-2.8.1
term-2.8.0
2.7.x
term-2.7.17
term-2.7.16
term-2.7.15
term-2.7.13
term-2.7.12
term-2.7.11

How to add a dependency to Maven

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

<dependency>
    <groupId>com.intellisrc</groupId>
    <artifactId>term</artifactId>
    <version>2.8.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.intellisrc : term gradle dependency to your build.gradle file:

implementation 'com.intellisrc:term:2.8.11'

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

implementation("com.intellisrc:term:2.8.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.intellisrc : term sbt scala dependency to your build.sbt file:

libraryDependencies += "com.intellisrc" % "term" % "2.8.11"

Advertisement

Dependencies from Group

Nov 24, 2022
12 usages
Jul 06, 2023
6 usages
etc
Jul 06, 2023
5 usages
img
Jul 06, 2023
1 usages
Jul 06, 2023
1 usages

Discover Dependencies

Jul 06, 2023
net
Jul 06, 2023
img
Jul 06, 2023
1 usages
etc
Jul 06, 2023
5 usages
db
Jul 06, 2023
cv
Jul 23, 2022
Jul 06, 2023
1 usages
Jul 06, 2023
6 usages