Download reactor-1.2.26.jar file - Jar r

Jar examples for r:reactor

Description

An extension to Speedment Open Source that reguraly polls the database for updates to produce a materialized object view (MOV) of a table.

You can download jar file reactor 1.2.26 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add reactor-1.2.26.jar to your project.

<dependency>
   <groupId>com.tascape</groupId>
   <artifactId>reactor</artifactId>
   <version>1.2.26</version>
</dependency>
compile group: 'com.tascape', name: 'reactor', version: '1.2.26'
libraryDependencies += "com.tascape" % "reactor" % "1.2.26"
<dependency org="com.tascape" name="reactor" rev="1.2.26"/>
@Grapes(@Grab(group='com.tascape', module='reactor', version='1.2.26'))
'com.tascape:reactor:jar:1.2.26'

Download

Click the following link to download the jar file.

reactor-1.2.26-javadoc.jar
reactor-1.2.26-sources.jar
reactor-1.2.26.jar
reactor-1.2.26.pom



Related Tutorials