Files download
File Operation
reactify_2.11-4.0.8.jar download
reactify_2.11-4.0.8.pom download
reactify_2.11-4.0.8-sources.jar download
Apache Maven
<dependency>
  <groupId>com.outr</groupId>
  <artifactId>reactify_2.11</artifactId>
  <version>4.0.8</version>
</dependency>
Gradle Groovy
implementation 'com.outr:reactify_2.11:4.0.8'
Gradle Kotlin
implementation("com.outr:reactify_2.11:4.0.8")
Scala SBT
libraryDependencies += "com.outr" % "reactify_2.11" % "4.0.8"
Groovy Grape
@Grapes(
  @Grab(group='com.outr', module='reactify_2.11', version='4.0.8')
)
Apache Ivy
<dependency org="com.outr" name="reactify_2.11" rev="4.0.8" />
Leiningen
[com.outr/reactify_2.11 "4.0.8"]
Apache Buildr
'com.outr:reactify_2.11:jar:4.0.8'