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 
 
-  
 
-  
| License | License | 
|---|---|
| Categories | CategoriesJBoss Container Application Servers | 
| GroupId | GroupIdorg.jboss.aesh | 
| ArtifactId | ArtifactIdaesh-extensions | 
| Last Version | Last Version0.66 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionÆsh Extensions Commands that may be used as part of a Æsh program | 
| Project Organization | Project Organization | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| aesh-extensions-0.66.pom | |
| aesh-extensions-0.66.jar | 43 KB | 
| aesh-extensions-0.66-tests.jar | 11 KB | 
| aesh-extensions-0.66-sources.jar | 24 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.jboss.aesh/aesh-extensions/ -->
<dependency>
    <groupId>org.jboss.aesh</groupId>
    <artifactId>aesh-extensions</artifactId>
    <version>0.66</version>
</dependency>// https://jarcasting.com/artifacts/org.jboss.aesh/aesh-extensions/
implementation 'org.jboss.aesh:aesh-extensions:0.66'// https://jarcasting.com/artifacts/org.jboss.aesh/aesh-extensions/
implementation ("org.jboss.aesh:aesh-extensions:0.66")'org.jboss.aesh:aesh-extensions:jar:0.66'<dependency org="org.jboss.aesh" name="aesh-extensions" rev="0.66">
  <artifact name="aesh-extensions" type="jar" />
</dependency>@Grapes(
@Grab(group='org.jboss.aesh', module='aesh-extensions', version='0.66')
)libraryDependencies += "org.jboss.aesh" % "aesh-extensions" % "0.66"[org.jboss.aesh/aesh-extensions "0.66"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.jboss.aesh : aesh | jar | 0.66 | 
| org.codehaus.groovy : groovy Optional | jar | 2.1.6 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.8.1 | 
Æ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