r

rkt-launcher

A core lib that can be used to fork `rkt` process in a type-safe way; a service exposing RESTful APIs through which the user can interact with `rkt` remotely; and last but not least, a client is shipped to ease the process talking to the service.
https://github.com/honnix/rkt-launcher
The Apache Software License, Version 2.0
Hongxin Liang
文件下载
文件名 操作
rkt-launcher-0.0.8.pom 下载
Apache Maven
<dependency>
  <groupId>io.honnix</groupId>
  <artifactId>rkt-launcher</artifactId>
  <version>0.0.8</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.honnix:rkt-launcher:0.0.8'
Gradle Kotlin
implementation("io.honnix:rkt-launcher:0.0.8")
Scala SBT
libraryDependencies += "io.honnix" % "rkt-launcher" % "0.0.8"
Groovy Grape
@Grapes(
  @Grab(group='io.honnix', module='rkt-launcher', version='0.0.8')
)
Apache Ivy
<dependency org="io.honnix" name="rkt-launcher" rev="0.0.8" />
Leiningen
[io.honnix/rkt-launcher "0.0.8"]
Apache Buildr
'io.honnix:rkt-launcher:jar:0.0.8'
本项目依赖
该项目无第三方依赖