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