is not current version
Last Version 0.0.9

com.g2forge.gearbox:gb-command 0.0.7

A functional abstraction of command line programs, allowing Java to invoke shell commands painlessly.

GroupId

GroupId

com.g2forge.gearbox
ArtifactId

ArtifactId

gb-command
Version

Version

0.0.7
Type

Type

jar

Download gb-command 0.0.7


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