MVN

com.github.dakusui : cmd

Maven & Gradle

Aug 01, 2018
1 usages
1 stars

cmd · Command line streamer library for Java 8

<dependency>
    <groupId>com.github.dakusui</groupId>
    <artifactId>cmd</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.1

All Versions

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

Version Vulnerabilities Updated
1.0.x
cmd-1.0.1
cmd-1.0.0
0.11.x
cmd-0.11.0
0.10.x
cmd-0.10.0
0.9.x
cmd-0.9.1
cmd-0.9.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.dakusui</groupId>
    <artifactId>cmd</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.dakusui:cmd:1.0.1'

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

implementation("com.github.dakusui:cmd:1.0.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.dakusui" % "cmd" % "1.0.1"

Advertisement