Gearbox
A library of clients and frameworks for building them, including REST and command line.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.g2forge.gearbox |
| Идентификатор | Идентификаторgb-command |
| Последняя версия | Последняя версия0.0.9 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеGearbox Command
A functional abstraction of command line programs, allowing Java to invoke shell commands painlessly.
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| gb-command-0.0.9.pom | |
| gb-command-0.0.9.jar | 72 KB |
| gb-command-0.0.9-sources.jar | 31 KB |
| gb-command-0.0.9-javadoc.jar | 386 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.g2forge.gearbox/gb-command/ -->
<dependency>
<groupId>com.g2forge.gearbox</groupId>
<artifactId>gb-command</artifactId>
<version>0.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.g2forge.gearbox/gb-command/
implementation 'com.g2forge.gearbox:gb-command:0.0.9'
// https://jarcasting.com/artifacts/com.g2forge.gearbox/gb-command/
implementation ("com.g2forge.gearbox:gb-command:0.0.9")
'com.g2forge.gearbox:gb-command:jar:0.0.9'
<dependency org="com.g2forge.gearbox" name="gb-command" rev="0.0.9">
<artifact name="gb-command" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.g2forge.gearbox', module='gb-command', version='0.0.9')
)
libraryDependencies += "com.g2forge.gearbox" % "gb-command" % "0.0.9"
[com.g2forge.gearbox/gb-command "0.0.9"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.g2forge.alexandria : ax-adt | jar | 0.0.17 |
| com.g2forge.alexandria : ax-command | jar | 0.0.17 |
| com.g2forge.habitat : ha-metadata | jar | 0.0.5 |
| org.apache.sshd : sshd-core | jar | 2.1.0 |
| com.g2forge.alexandria : ax-java | jar | 0.0.17 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.18 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.g2forge.alexandria : ax-wizard | jar | 0.0.17 |
| com.g2forge.alexandria : ax-test | jar | 0.0.17 |
| junit : junit | jar | 4.13.1 |
A library of clients and frameworks for building them, including REST and command line.