| License |
License |
|---|---|
| GroupId | GroupIdorg.aesh |
| ArtifactId | ArtifactIdaesh |
| Last Version | Last Version2.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionÆsh
Æsh (Another Extendable SHell)
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| aesh-2.6.pom | |
| aesh-2.6.jar | 348 KB |
| aesh-2.6-tests.jar | 300 KB |
| aesh-2.6-sources.jar | 304 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.aesh/aesh/ -->
<dependency>
<groupId>org.aesh</groupId>
<artifactId>aesh</artifactId>
<version>2.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.aesh/aesh/
implementation 'org.aesh:aesh:2.6'
// https://jarcasting.com/artifacts/org.aesh/aesh/
implementation ("org.aesh:aesh:2.6")
'org.aesh:aesh:jar:2.6'
<dependency org="org.aesh" name="aesh" rev="2.6">
<artifact name="aesh" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.aesh', module='aesh', version='2.6')
)
libraryDependencies += "org.aesh" % "aesh" % "2.6"
[org.aesh/aesh "2.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.aesh : readline | jar | 2.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.1 |