k

kotlin-process

Kotlin friendly way to run an external process
https://github.com/pgreze/kotlin-process
The Apache License, Version 2.0
Pierrick Greze
Files download
File Operation
kotlin-process-1.4.1.jar download
kotlin-process-1.4.1.pom download
kotlin-process-1.4.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.pgreze</groupId>
  <artifactId>kotlin-process</artifactId>
  <version>1.4.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.pgreze:kotlin-process:1.4.1'
Gradle Kotlin
implementation("com.github.pgreze:kotlin-process:1.4.1")
Scala SBT
libraryDependencies += "com.github.pgreze" % "kotlin-process" % "1.4.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.pgreze', module='kotlin-process', version='1.4.1')
)
Apache Ivy
<dependency org="com.github.pgreze" name="kotlin-process" rev="1.4.1" />
Leiningen
[com.github.pgreze/kotlin-process "1.4.1"]
Apache Buildr
'com.github.pgreze:kotlin-process:jar:1.4.1'