| License |
License |
|---|---|
| GroupId | GroupIdbr.com.objectos |
| ArtifactId | ArtifactIdshell |
| Last Version | Last Version0.3.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionobjectos :: shell
A small Java8 library that can send commands to your system's shell interpreter.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| shell-0.3.0.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/br.com.objectos/shell/ -->
<dependency>
<groupId>br.com.objectos</groupId>
<artifactId>shell</artifactId>
<version>0.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/br.com.objectos/shell/
implementation 'br.com.objectos:shell:0.3.0'
// https://jarcasting.com/artifacts/br.com.objectos/shell/
implementation ("br.com.objectos:shell:0.3.0")
'br.com.objectos:shell:pom:0.3.0'
<dependency org="br.com.objectos" name="shell" rev="0.3.0">
<artifact name="shell" type="pom" />
</dependency>
@Grapes(
@Grab(group='br.com.objectos', module='shell', version='0.3.0')
)
libraryDependencies += "br.com.objectos" % "shell" % "0.3.0"
[br.com.objectos/shell "0.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| br.com.objectos : exec | jar | 0.3.1 |
| br.com.objectos : io-fs | jar | 0.14.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| br.com.objectos : assertion | jar | 0.7.0 |