MVN

org.aesh : readline-extensions

Maven & Gradle

Jul 05, 2019
6 stars

Æsh Readline Extensions · Commands that may be used as part of a Æsh readline program

<dependency>
    <groupId>org.aesh</groupId>
    <artifactId>readline-extensions</artifactId>
    <version>1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.aesh : readline-extensions to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8
  • Latest Alpha: 1.0-Alpha2

All Versions

Choose a version of org.aesh : readline-extensions to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8
readline-extensions-1.8
1.7
readline-extensions-1.7
1.6
readline-extensions-1.6
1.5
readline-extensions-1.5
1.4
readline-extensions-1.4
1.3
readline-extensions-1.3
1.1
readline-extensions-1.1
1.0
readline-extensions-1.0
readline-extensions-1.0-Alpha2
readline-extensions-1.0-Alpha1

How to add a dependency to Maven

Add the following org.aesh : readline-extensions maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.aesh</groupId>
    <artifactId>readline-extensions</artifactId>
    <version>1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.aesh : readline-extensions gradle dependency to your build.gradle file:

implementation 'org.aesh:readline-extensions:1.8'

Gradle Kotlin DSL: Add the following org.aesh : readline-extensions gradle kotlin dependency to your build.gradle.kts file:

implementation("org.aesh:readline-extensions:1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.aesh : readline-extensions sbt scala dependency to your build.sbt file:

libraryDependencies += "org.aesh" % "readline-extensions" % "1.8"

Advertisement

Dependencies from Group

Sep 16, 2022
36 usages
112 stars
Sep 16, 2022
14 usages
20 stars
Apr 05, 2019
13 usages
20 stars
Jul 05, 2019
12 usages
6 stars
Apr 05, 2019
3 usages
20 stars

Discover Dependencies