MVN

com.cedarsoft.commons : cmd

Maven & Gradle

May 12, 2017
3 usages

commons.Command line · Utils for access to the command line.

<dependency>
    <groupId>com.cedarsoft.commons</groupId>
    <artifactId>cmd</artifactId>
    <version>8.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.cedarsoft.commons : cmd to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.1.1

All Versions

Choose a version of com.cedarsoft.commons : cmd to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.1.x
cmd-8.1.1
cmd-8.1.0
8.0.x
cmd-8.0.1
cmd-8.0.0
7.4.x
cmd-7.4.0
7.2.x
cmd-7.2.0
7.1.x
cmd-7.1.0
7.0.x
cmd-7.0.0
6.2.x
cmd-6.2.0
6.1.x
cmd-6.1.1
cmd-6.1.0
6.0.x
cmd-6.0.2
cmd-6.0.1
cmd-6.0.0
5.1.x
cmd-5.1.7
cmd-5.1.6
cmd-5.1.5
cmd-5.1.4
cmd-5.1.3
cmd-5.1.2
cmd-5.1.1
cmd-5.1.0
5.0.x
cmd-5.0.10
cmd-5.0.9
cmd-5.0.8
cmd-5.0.7
cmd-5.0.6
cmd-5.0.5
cmd-5.0.4
cmd-5.0.3
cmd-5.0.2
cmd-5.0.1
cmd-5.0.0
4.0.x
cmd-4.0.1
cmd-4.0.0
3.0.x
cmd-3.0.2
cmd-3.0.1
cmd-3.0.0
2.0.x
cmd-2.0.6
cmd-2.0.5
cmd-2.0.4
cmd-2.0.3
cmd-2.0.2
cmd-2.0.1
cmd-2.0.0
1.6.x
cmd-1.6.3
cmd-1.6.2
cmd-1.6.1
1.5.x
cmd-1.5.2
cmd-1.5.1
cmd-1.5.0
1.4.x
cmd-1.4.3
cmd-1.4.2
cmd-1.4.1
cmd-1.4.0

How to add a dependency to Maven

Add the following com.cedarsoft.commons : cmd maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.cedarsoft.commons</groupId>
    <artifactId>cmd</artifactId>
    <version>8.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.cedarsoft.commons : cmd gradle dependency to your build.gradle file:

implementation 'com.cedarsoft.commons:cmd:8.1.1'

Gradle Kotlin DSL: Add the following com.cedarsoft.commons : cmd gradle kotlin dependency to your build.gradle.kts file:

implementation("com.cedarsoft.commons:cmd:8.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.cedarsoft.commons : cmd sbt scala dependency to your build.sbt file:

libraryDependencies += "com.cedarsoft.commons" % "cmd" % "8.1.1"

Advertisement

Dependencies from Group

Jul 22, 2019
102 usages
2 stars
Jul 22, 2019
33 usages
2 stars
Jul 22, 2019
31 usages
2 stars
Jul 22, 2019
15 usages
2 stars
Jul 22, 2019
15 usages
2 stars

Discover Dependencies