не последняя версия
Последняя версия 0.3.0

br.com.objectos:shell 0.2.0

A small Java8 library that can send commands to your system's shell interpreter.

Группа

Группа

br.com.objectos
Идентификатор

Идентификатор

shell
Версия

Версия

0.2.0
Тип

Тип

pom

Скачать shell 0.2.0

Имя Файла Размер
shell-0.2.0.pom 1 KB
Обзор

<!-- https://jarcasting.com/artifacts/br.com.objectos/shell/ -->
<dependency>
    <groupId>br.com.objectos</groupId>
    <artifactId>shell</artifactId>
    <version>0.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/br.com.objectos/shell/
implementation 'br.com.objectos:shell:0.2.0'
// https://jarcasting.com/artifacts/br.com.objectos/shell/
implementation ("br.com.objectos:shell:0.2.0")
'br.com.objectos:shell:pom:0.2.0'
<dependency org="br.com.objectos" name="shell" rev="0.2.0">
  <artifact name="shell" type="pom" />
</dependency>
@Grapes(
@Grab(group='br.com.objectos', module='shell', version='0.2.0')
)
libraryDependencies += "br.com.objectos" % "shell" % "0.2.0"
[br.com.objectos/shell "0.2.0"]