| License | License | 
|---|---|
| Categories | CategoriesRxJava Container Microservices Reactive libraries | 
| GroupId | GroupIdcom.github.tsouza.promises | 
| ArtifactId | ArtifactIdrxjava-promises-example | 
| Last Version | Last Version1.0.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionrxjava-promises-example RxJava Promises/A+ Library for the JVM | 
| Project URL | Project URL | 
<!-- https://jarcasting.com/artifacts/com.github.tsouza.promises/rxjava-promises-example/ -->
<dependency>
    <groupId>com.github.tsouza.promises</groupId>
    <artifactId>rxjava-promises-example</artifactId>
    <version>1.0.0</version>
</dependency>// https://jarcasting.com/artifacts/com.github.tsouza.promises/rxjava-promises-example/
implementation 'com.github.tsouza.promises:rxjava-promises-example:1.0.0'// https://jarcasting.com/artifacts/com.github.tsouza.promises/rxjava-promises-example/
implementation ("com.github.tsouza.promises:rxjava-promises-example:1.0.0")'com.github.tsouza.promises:rxjava-promises-example:jar:1.0.0'<dependency org="com.github.tsouza.promises" name="rxjava-promises-example" rev="1.0.0">
  <artifact name="rxjava-promises-example" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.tsouza.promises', module='rxjava-promises-example', version='1.0.0')
)libraryDependencies += "com.github.tsouza.promises" % "rxjava-promises-example" % "1.0.0"[com.github.tsouza.promises/rxjava-promises-example "1.0.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.github.tsouza.promises : rxjava-promises-core | jar | 1.0.0 | 
| org.apache.commons : commons-io | jar | 1.3.2 |