MVN

space.iseki.cmdpipe : cmdpipe

Maven & Gradle

Aug 07, 2023
3 stars

cmdpipe · Utils for commandline call

<dependency>
    <groupId>space.iseki.cmdpipe</groupId>
    <artifactId>cmdpipe</artifactId>
    <version>0.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of space.iseki.cmdpipe : cmdpipe to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.0

All Versions

Choose a version of space.iseki.cmdpipe : cmdpipe to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
cmdpipe-0.6.0
0.5.x
cmdpipe-0.5.0
0.4.x
cmdpipe-0.4.2
cmdpipe-0.4.1
cmdpipe-0.4.0
0.3.x
cmdpipe-0.3.4
cmdpipe-0.3.3
cmdpipe-0.3.0
0.2.x
cmdpipe-0.2.0
0.1.x
cmdpipe-0.1.0

How to add a dependency to Maven

Add the following space.iseki.cmdpipe : cmdpipe maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>space.iseki.cmdpipe</groupId>
    <artifactId>cmdpipe</artifactId>
    <version>0.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following space.iseki.cmdpipe : cmdpipe gradle dependency to your build.gradle file:

implementation 'space.iseki.cmdpipe:cmdpipe:0.6.0'

Gradle Kotlin DSL: Add the following space.iseki.cmdpipe : cmdpipe gradle kotlin dependency to your build.gradle.kts file:

implementation("space.iseki.cmdpipe:cmdpipe:0.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following space.iseki.cmdpipe : cmdpipe sbt scala dependency to your build.sbt file:

libraryDependencies += "space.iseki.cmdpipe" % "cmdpipe" % "0.6.0"