DEPRECATED
This project has been moved to the unofficial Mesos GitHub organization. Find the new repository here.
License |
License |
---|---|
Categories |
CategoriesJava Languages CLI User Interface RxJava Container Microservices Reactive libraries |
GroupId | GroupIdcom.mesosphere.mesos.rx.java |
ArtifactId | ArtifactIdmesos-rxjava-client |
Last Version | Last Version0.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMesos RxJava :: Client
Rx client on top of Apache Mesos HTTP Api.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
mesos-rxjava-client-0.2.0.pom | |
mesos-rxjava-client-0.2.0.jar | 35 KB |
mesos-rxjava-client-0.2.0-sources.jar | 33 KB |
mesos-rxjava-client-0.2.0-javadoc.jar | 74 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mesosphere.mesos.rx.java/mesos-rxjava-client/ -->
<dependency>
<groupId>com.mesosphere.mesos.rx.java</groupId>
<artifactId>mesos-rxjava-client</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mesosphere.mesos.rx.java/mesos-rxjava-client/
implementation 'com.mesosphere.mesos.rx.java:mesos-rxjava-client:0.2.0'
// https://jarcasting.com/artifacts/com.mesosphere.mesos.rx.java/mesos-rxjava-client/
implementation ("com.mesosphere.mesos.rx.java:mesos-rxjava-client:0.2.0")
'com.mesosphere.mesos.rx.java:mesos-rxjava-client:jar:0.2.0'
<dependency org="com.mesosphere.mesos.rx.java" name="mesos-rxjava-client" rev="0.2.0">
<artifact name="mesos-rxjava-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mesosphere.mesos.rx.java', module='mesos-rxjava-client', version='0.2.0')
)
libraryDependencies += "com.mesosphere.mesos.rx.java" % "mesos-rxjava-client" % "0.2.0"
[com.mesosphere.mesos.rx.java/mesos-rxjava-client "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.mesosphere.mesos.rx.java : mesos-rxjava-recordio | jar | 0.2.0 |
com.mesosphere.mesos.rx.java : mesos-rxjava-util | jar | 0.2.0 |
io.reactivex : rxjava | jar | 1.1.8 |
io.reactivex : rxnetty | jar | 0.5.1 |
io.netty : netty-codec-http | jar | 4.1.4.Final |
io.netty : netty-handler | jar | 4.1.4.Final |
io.netty : netty-transport-native-epoll | jar | 4.1.4.Final |
org.slf4j : slf4j-api | jar | 1.7.21 |
org.jetbrains : annotations | jar | 15.0 |
Group / Artifact | Type | Version |
---|---|---|
com.mesosphere.mesos.rx.java : mesos-rxjava-test | jar | 0.2.0 |
ch.qos.logback : logback-classic | jar | 1.1.7 |
junit : junit | jar | 4.12 |
com.google.guava : guava | jar | 19.0 |
org.assertj : assertj-core | jar | 3.5.2 |
DEPRECATED
This project has been moved to the unofficial Mesos GitHub organization. Find the new repository here.