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