c

command

Convenience library for executing external processes
https://github.com/airlift/command
Files download
File Operation
command-0.2.jar download
command-0.2.pom download
command-0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.airlift</groupId>
  <artifactId>command</artifactId>
  <version>0.2</version>
</dependency>
Gradle Groovy
implementation 'io.airlift:command:0.2'
Gradle Kotlin
implementation("io.airlift:command:0.2")
Scala SBT
libraryDependencies += "io.airlift" % "command" % "0.2"
Groovy Grape
@Grapes(
  @Grab(group='io.airlift', module='command', version='0.2')
)
Apache Ivy
<dependency org="io.airlift" name="command" rev="0.2" />
Leiningen
[io.airlift/command "0.2"]
Apache Buildr
'io.airlift:command:jar:0.2'