is not current version
Last Version 0.0.8

io.honnix:rkt-launcher 0.0.6

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.

GroupId

GroupId

io.honnix
ArtifactId

ArtifactId

rkt-launcher
Version

Version

0.0.6
Type

Type

pom

Download rkt-launcher 0.0.6

Filename Size
rkt-launcher-0.0.6.pom 11 KB
Browse

<!-- https://jarcasting.com/artifacts/io.honnix/rkt-launcher/ -->
<dependency>
    <groupId>io.honnix</groupId>
    <artifactId>rkt-launcher</artifactId>
    <version>0.0.6</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.honnix/rkt-launcher/
implementation 'io.honnix:rkt-launcher:0.0.6'
// https://jarcasting.com/artifacts/io.honnix/rkt-launcher/
implementation ("io.honnix:rkt-launcher:0.0.6")
'io.honnix:rkt-launcher:pom:0.0.6'
<dependency org="io.honnix" name="rkt-launcher" rev="0.0.6">
  <artifact name="rkt-launcher" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.honnix', module='rkt-launcher', version='0.0.6')
)
libraryDependencies += "io.honnix" % "rkt-launcher" % "0.0.6"
[io.honnix/rkt-launcher "0.0.6"]