| License | License | 
|---|---|
| GroupId | GroupIdio.apptik.rhub | 
| ArtifactId | ArtifactIdrs-core | 
| Version | Version0.2.0-alpha1 | 
| Type | Typejar | 
| Description | DescriptionRHub Reactive Streams core module Reactive Event Hub connecting Publishers to Subscribers | 
| Filename | Size | 
|---|---|
| rs-core-0.2.0-alpha1.pom | |
| rs-core-0.2.0-alpha1.jar | 3 KB | 
| rs-core-0.2.0-alpha1-sources.jar | 1 KB | 
| rs-core-0.2.0-alpha1-javadoc.jar | 22 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.apptik.rhub/rs-core/ -->
<dependency>
    <groupId>io.apptik.rhub</groupId>
    <artifactId>rs-core</artifactId>
    <version>0.2.0-alpha1</version>
</dependency>// https://jarcasting.com/artifacts/io.apptik.rhub/rs-core/
implementation 'io.apptik.rhub:rs-core:0.2.0-alpha1'// https://jarcasting.com/artifacts/io.apptik.rhub/rs-core/
implementation ("io.apptik.rhub:rs-core:0.2.0-alpha1")'io.apptik.rhub:rs-core:jar:0.2.0-alpha1'<dependency org="io.apptik.rhub" name="rs-core" rev="0.2.0-alpha1">
  <artifact name="rs-core" type="jar" />
</dependency>@Grapes(
@Grab(group='io.apptik.rhub', module='rs-core', version='0.2.0-alpha1')
)libraryDependencies += "io.apptik.rhub" % "rs-core" % "0.2.0-alpha1"[io.apptik.rhub/rs-core "0.2.0-alpha1"]| Group / Artifact | Type | Version | 
|---|---|---|
| io.apptik.rhub : core | jar | 0.2.0-alpha1 | 
| io.apptik.rhub : roxy-rs | jar | 0.2.0-alpha1 | 
| org.reactivestreams : reactive-streams | jar | 1.0.0 |