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 |
| Идентификатор | Идентификаторaesh-extensions |
| Последняя версия | Последняя версия1.8 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеÆsh Extensions
Commands that may be used as part of a Æsh program
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.aesh : aesh | jar | 2.4 |
| org.codehaus.groovy : groovy Необязательный | jar | 2.1.6 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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