r

reactor-demo

Demonstration of how to use Reactor automation framework and it extensions to enable WebService, WebUI, iOS and Android automation.
https://github.com/tascape/reactor-demo
The Apache License, Version 2.0
Linsong Wang
Files download
File Operation
reactor-demo-1.2.0.pom download
Apache Maven
<dependency>
  <groupId>com.tascape</groupId>
  <artifactId>reactor-demo</artifactId>
  <version>1.2.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.tascape:reactor-demo:1.2.0'
Gradle Kotlin
implementation("com.tascape:reactor-demo:1.2.0")
Scala SBT
libraryDependencies += "com.tascape" % "reactor-demo" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.tascape', module='reactor-demo', version='1.2.0')
)
Apache Ivy
<dependency org="com.tascape" name="reactor-demo" rev="1.2.0" />
Leiningen
[com.tascape/reactor-demo "1.2.0"]
Apache Buildr
'com.tascape:reactor-demo:jar:1.2.0'
Dependencies
The project has no third-party dependencies