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 %}

To ensure above dependencies resolved, you will need to add the following repositories as well.

{% if site.GEARPUMP_VERSION contains “SNAPSHOT” %} {% highlight xml %} apache-repo Apache Maven Repo https://repository.apache.org/content/repositories/snapshots sonatype-nexus-releases Sonatype Nexus Snapshots https://oss.sonatype.org/content/repositories/snapshots releases-oss.sonatype.org Sonatype Releases Repository http://oss.sonatype.org/content/repositories/releases/ akka-data-replication Patrik at Bintray http://dl.bintray.com/patriknw/maven non non http://dl.bintray.com/non/maven maven-repo maven-repo http://repo.maven.apache.org/maven2 maven1-repo maven1-repo http://repo1.maven.org/maven2 maven2-repo maven2-repo http://mvnrepository.com/artifact {% endhighlight %} {% else %} {% highlight xml %} releases-oss.sonatype.org Sonatype Releases Repository http://oss.sonatype.org/content/repositories/releases/ akka-data-replication Patrik at Bintray http://dl.bintray.com/patriknw/maven non non http://dl.bintray.com/non/maven maven-repo maven-repo http://repo.maven.apache.org/maven2 maven1-repo maven1-repo http://repo1.maven.org/maven2 maven2-repo maven2-repo http://mvnrepository.com/artifact {% endhighlight %} {% endif %}