Æsh Extensions

Commands that may be used as part of a Æsh program

License

License

GroupId

GroupId

org.aesh
ArtifactId

ArtifactId

aesh-extensions
Last Version

Last Version

1.8
Release Date

Release Date

Type

Type

jar
Description

Description

Æsh Extensions
Commands that may be used as part of a Æsh program
Project Organization

Project Organization

JBoss by Red Hat
Source Code Management

Source Code Management

http://github.com/aeshell/aesh-extensions

Download aesh-extensions

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.aesh : aesh jar 2.4
org.codehaus.groovy : groovy Optional jar 2.1.6

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.1

Project Modules

There are no modules declared in this project.

Æsh Extensions

Build Status

How to build:

  • Æsh Extensions uses Gradle (http://gradle.org) as its build tool.

    • When you start a Gradle build via the wrapper [gradlew], Gradle will be automatically downloaded and used to run the build

      • Windows: gradlew.bat

      • Linux: gradlew

org.aesh

aeshell

Versions

Version
1.8
1.7
1.6
1.5
1.4
1.3
1.1
1.0
1.0-Alpha2
1.0-Alpha1