MVN

io.airlift : command

Maven & Gradle

Sep 27, 2017
35 usages
18 stars

command · Convenience library for executing external processes

<dependency>
    <groupId>io.airlift</groupId>
    <artifactId>command</artifactId>
    <version>0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.airlift : command to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3

All Versions

Choose a version of io.airlift : command to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3
command-0.3
0.2
command-0.2
0.1
command-0.1

How to add a dependency to Maven

Add the following io.airlift : command maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.airlift</groupId>
    <artifactId>command</artifactId>
    <version>0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.airlift : command gradle dependency to your build.gradle file:

implementation 'io.airlift:command:0.3'

Gradle Kotlin DSL: Add the following io.airlift : command gradle kotlin dependency to your build.gradle.kts file:

implementation("io.airlift:command:0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.airlift : command sbt scala dependency to your build.sbt file:

libraryDependencies += "io.airlift" % "command" % "0.3"

Advertisement

Dependencies from Group

Jul 13, 2023
264 usages
9 stars
log
Jul 21, 2023
229 usages
542 stars
Dec 06, 2019
212 usages
849 stars
Jul 21, 2023
207 usages
542 stars
Aug 18, 2023
196 usages
490 stars

Discover Dependencies