| License |
License |
|---|---|
| GroupId | GroupIdcom.imaginatelabs |
| ArtifactId | ArtifactIdshellbert |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
DescriptionShellbert
A small java library to easily run and process shell commands on the local operating system.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| shellbert-1.0.0.pom | |
| shellbert-1.0.0.jar | 10 KB |
| shellbert-1.0.0-sources.jar | 6 KB |
| shellbert-1.0.0-javadoc.jar | 61 KB |
| Browse |
<!-- 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"]
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 6.8.8 |