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