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 |
|---|---|
| GroupId | GroupIdorg.aesh |
| ArtifactId | ArtifactIdaesh-extensions |
| Last Version | Last Version1.8 |
| 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-1.8.pom | |
| aesh-extensions-1.8.jar | 162 KB |
| aesh-extensions-1.8-tests.jar | 43 KB |
| aesh-extensions-1.8-sources.jar | 103 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.aesh : aesh | jar | 2.4 |
| 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