License |
License |
---|---|
GroupId | GroupIdio.honnix |
ArtifactId | ArtifactIdrkt-launcher |
Version | Version0.0.8 |
Type | Typepom |
Description |
Descriptionrkt 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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rkt-launcher-0.0.8.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.honnix/rkt-launcher/ -->
<dependency>
<groupId>io.honnix</groupId>
<artifactId>rkt-launcher</artifactId>
<version>0.0.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.honnix/rkt-launcher/
implementation 'io.honnix:rkt-launcher:0.0.8'
// https://jarcasting.com/artifacts/io.honnix/rkt-launcher/
implementation ("io.honnix:rkt-launcher:0.0.8")
'io.honnix:rkt-launcher:pom:0.0.8'
<dependency org="io.honnix" name="rkt-launcher" rev="0.0.8">
<artifact name="rkt-launcher" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.honnix', module='rkt-launcher', version='0.0.8')
)
libraryDependencies += "io.honnix" % "rkt-launcher" % "0.0.8"
[io.honnix/rkt-launcher "0.0.8"]