Shellbert

A small java library to easily run and process shell commands on the local operating system.

License

License

GroupId

GroupId

com.imaginatelabs
ArtifactId

ArtifactId

shellbert
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Shellbert
A small java library to easily run and process shell commands on the local operating system.
Project URL

Project URL

https://github.com/imaginatelabs/shellbert

Download shellbert

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.commons : commons-exec jar 1.2
org.codehaus.plexus : plexus-utils jar 3.0.18
org.slf4j : slf4j-api jar 1.7.7

test (1)

Group / Artifact Type Version
org.testng : testng jar 6.8.8

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0