License |
License |
---|---|
GroupId | GroupIdio.honnix |
ArtifactId | ArtifactIdrkt-launcher-remote |
Version | Version0.0.8 |
Type | Typejar |
Description |
Descriptionrkt launcher remote
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.
|
Filename | Size |
---|---|
rkt-launcher-remote-0.0.8.pom | |
rkt-launcher-remote-0.0.8.jar | 20 KB |
rkt-launcher-remote-0.0.8-sources.jar | 14 KB |
rkt-launcher-remote-0.0.8-javadoc.jar | 92 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.honnix/rkt-launcher-remote/ -->
<dependency>
<groupId>io.honnix</groupId>
<artifactId>rkt-launcher-remote</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.honnix/rkt-launcher-remote/
implementation 'io.honnix:rkt-launcher-remote:0.0.8'
// https://jarcasting.com/artifacts/io.honnix/rkt-launcher-remote/
implementation ("io.honnix:rkt-launcher-remote:0.0.8")
'io.honnix:rkt-launcher-remote:jar:0.0.8'
<dependency org="io.honnix" name="rkt-launcher-remote" rev="0.0.8">
<artifact name="rkt-launcher-remote" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.honnix', module='rkt-launcher-remote', version='0.0.8')
)
libraryDependencies += "io.honnix" % "rkt-launcher-remote" % "0.0.8"
[io.honnix/rkt-launcher-remote "0.0.8"]
Group / Artifact | Type | Version |
---|---|---|
io.honnix : rkt-launcher-common | jar | 0.0.8 |
com.spotify : apollo-api | jar | |
com.spotify : completable-futures | jar | 0.2.0 |
com.squareup.okhttp : okhttp | jar |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.8.47 |
org.slf4j : slf4j-simple | jar | 1.7.25 |
org.powermock : powermock-module-junit4 | jar | 1.7.0 |
org.powermock : powermock-api-mockito2 | jar | 1.7.0 |