Last Version

rkt launcher common 0.0.8

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.

License

License

GroupId

GroupId

io.honnix
ArtifactId

ArtifactId

rkt-launcher-common
Version

Version

0.0.8
Type

Type

jar
Description

Description

rkt launcher common
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.

Download rkt-launcher-common 0.0.8


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

Dependencies

compile (7)

Group / Artifact Type Version
io.norberg : auto-matter jar 0.13.3
io.norberg : auto-matter-jackson jar 0.13.3
com.fasterxml.jackson.core : jackson-core jar 2.8.8
com.fasterxml.jackson.core : jackson-annotations jar 2.8.8
com.fasterxml.jackson.core : jackson-databind jar 2.8.8
com.fasterxml.jackson.datatype : jackson-datatype-jdk8 jar 2.8.8
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 jar 2.8.8

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 2.8.47

Project Modules

There are no modules declared in this project.