MVN

com.jaredrummler : ktsh

Maven & Gradle

Jun 27, 2021
693 stars

ktsh · An open source library to execute shell commands on Android or the JVM, written in Kotlin.

<dependency>
    <groupId>com.jaredrummler</groupId>
    <artifactId>ktsh</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jaredrummler : ktsh to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.jaredrummler : ktsh to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
ktsh-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.jaredrummler</groupId>
    <artifactId>ktsh</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jaredrummler : ktsh gradle dependency to your build.gradle file:

implementation 'com.jaredrummler:ktsh:1.0.0'

Gradle Kotlin DSL: Add the following com.jaredrummler : ktsh gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jaredrummler:ktsh:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jaredrummler : ktsh sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jaredrummler" % "ktsh" % "1.0.0"

Advertisement

Dependencies from Group

Nov 28, 2022
11 usages
1.3k stars
Jan 16, 2019
4 usages
772 stars
Oct 29, 2018
2 usages
772 stars
Apr 09, 2016
1 usages
9 stars
May 07, 2017
1 usages
686 stars

Discover Dependencies

May 30, 2023
5 usages
2 stars
Aug 08, 2023
4 usages
1.8k stars
Jul 09, 2023
19 stars
Dec 12, 2022
3 usages
0 stars
Jul 04, 2021
138 stars