reactor
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.venth.failsafe</groupId>
<artifactId>reactor</artifactId>
<version>0.1.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.venth.failsafe</groupId>
<artifactId>reactor</artifactId>
<version>0.1.0</version>
<name>reactor</name>
<description>null</description>
<url>https://github.com/venth/failsafe-rxjava2</url>
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
</license>
</licenses>
<developers>
<developer>
<id>venth</id>
<name>Artur Krysiak</name>
<email>artur.krysiak.warszawa@gmail.com</email>
<organizationUrl>https://github.com/venth</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:ssh://github.com:venth/failsafe-reactor.git</connection>
<developerConnection>scm:git:ssh://github.com:venth/failsafe-reactor.git</developerConnection>
<url>https://github.com/venth/failsafe-reactor</url>
</scm>
<dependencies>
<dependency>
<groupId>net.jodah</groupId>
<artifactId>failsafe</artifactId>
<version>[1.0.4, 1.1.0)</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<version>[3.1.2.RELEASE, 3.2.0.RELEASE)</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>[5.0.2.RELEASE,5.1.0.RELEASE)</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>[2.4.13, 2.5)</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.spockframework</groupId>
<artifactId>spock-core</artifactId>
<version>[1.1-groovy-2.4, 2.0-groovy-2.4)</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.spockframework</groupId>
<artifactId>spock-spring</artifactId>
<version>[1.1-groovy-2.4, 2.0-groovy-2.4)</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib-nodep</artifactId>
<version>[3.2.5, 3.3.0)</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.objenesis</groupId>
<artifactId>objenesis</artifactId>
<version>[2.6, 3.0)</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>