layout: global

Downloads

Current {{ site.GEARPUMP_VERSION }} Release (v{{ site.GEARPUMP_VERSION }})

Release Notes

Note that as we have upgraded the Akka library to 2.4.x, which has dropped the Scala 2.10 support, we do NOT provide Gearpump build for Scala 2.10 since Gearpump 0.8.0.

Maven Dependencies

To program against this version, you need to add below artifact dependencies to your application's Maven setting:

{% highlight xml %} org.apache.gearpump gearpump-core_2.11 {{ site.GEARPUMP_VERSION }} org.apache.gearpump gearpump-streaming_2.11 {{ site.GEARPUMP_VERSION }} {% endhighlight %}