grace-async-rxjava2
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.graceframework</groupId> <artifactId>grace-async-rxjava2</artifactId> <version>6.1.0-M2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>org.graceframework</groupId> <artifactId>grace-async-rxjava2</artifactId> <version>6.1.0-M2</version> <name>Grace Async Rxjava2</name> <description>Grace Async Framework : Grace Async Rxjava2</description> <dependencies> <dependency> <groupId>org.apache.groovy</groupId> <artifactId>groovy</artifactId> <version>4.0.23</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>2.0.13</version> <scope>compile</scope> </dependency> <dependency> <groupId>jakarta.inject</groupId> <artifactId>jakarta.inject-api</artifactId> <version>2.0.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>jakarta.annotation</groupId> <artifactId>jakarta.annotation-api</artifactId> <version>2.1.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.graceframework</groupId> <artifactId>grace-async-core</artifactId> <version>6.1.0-M2</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.reactivex.rxjava2</groupId> <artifactId>rxjava</artifactId> <version>2.2.21</version> <scope>runtime</scope> </dependency> </dependencies> <url>https://github.com/graceframework/grace-async/</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <scm> <url>https://github.com/graceframework/grace-async/</url> <connection>scm:git:git://github.com/graceframework/grace-async</connection> <developerConnection>scm:git:ssh://github.com:graceframework/grace-async</developerConnection> </scm> <developers> <developer> <id>rainboyan</id> <name>Michael Yan</name> <email>rain@rainboyan.com</email> </developer> </developers> </project>