| <!DOCTYPE html> |
| <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> |
| <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> |
| <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> |
| <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> |
| <head> |
| <meta charset="utf-8"> |
| <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
| <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"/> |
| <title>Apache Gearpump (Incubating): </title> |
| |
| |
| |
| |
| |
| |
| <link rel="stylesheet" href="./css/bootstrap-3.3.5.min.css"> |
| <style> |
| body { |
| padding-top: 60px; |
| padding-bottom: 40px; |
| } |
| </style> |
| <link rel="stylesheet" href="./css/main.css"> |
| <link rel="stylesheet" href="css/pygments-default.css"> |
| <script src="./js/vendor/modernizr-2.6.1-respond-1.1.0.min.js"></script> |
| </head> |
| <body> |
| <!--[if lt IE 7]> |
| <p class="chromeframe">You are using an outdated browser. <a href="http://browsehappy.com/">Upgrade your browser today</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to better experience this site.</p>l |
| <![endif]--> |
| |
| <div class="navbar navbar-inverse navbar-fixed-top" id="topbar"> |
| <div class="container"> |
| <div class="navbar-header"> |
| <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> |
| <span class="sr-only">Toggle navigation</span> |
| <span class="icon-bar"></span> |
| <span class="icon-bar"></span> |
| <span class="icon-bar"></span> |
| </button> |
| <a class="navbar-brand" href="/">Apache Gearpump (incubating)</a> |
| </div> |
| <div id="navbar" class="collapse navbar-collapse"> |
| <ul class="nav navbar-nav"> |
| <li><a href="overview.html">Overview</a></li> |
| <li class="dropdown"> |
| <a href="#" class="dropdown-toggle" data-toggle="dropdown">Docs<b class="caret"></b></a> |
| <ul class="dropdown-menu"> |
| <li><a href="releases/latest/index.html">Latest Release (0.8.3)</a></li> |
| <li><a href="usecases.html">Use Cases</a></li> |
| <li class="divider"></li> |
| <li><a href="publications.html">Publications</a></li> |
| </ul> |
| </li> |
| <li><a href="downloads.html">Downloads</a></li> |
| <li><a href="faq.html">FAQ</a></li> |
| <li class="dropdown"> |
| <a href="#" class="dropdown-toggle" data-toggle="dropdown">Community<b class="caret"></b></a> |
| <ul class="dropdown-menu"> |
| <li class="dropdown-header">Community</li> |
| <li><a href="community.html#mailing-lists">Mailing Lists</a></li> |
| <li><a href="community.html#issue-tracker">Issue Tracker</a></li> |
| <li><a href="community.html#source-code-repositories">Source Code Repositories</a></li> |
| <li><a href="community.html#who-we-are">Who We Are</a></li> |
| <li><a href="https://twitter.com/ApacheGearpump" target="_blank">Follow us on Twitter</a></li> |
| <li class="divider"></li> |
| <li class="dropdown-header">Contribute</li> |
| <li><a href="how-to-contribute.html">How to Contribute</a></li> |
| <li><a href="coding-style.html">Coding Style</a></li> |
| </ul> |
| </li> |
| </ul> |
| |
| <ul class="nav navbar-nav"> |
| <li class="dropdown"> |
| <a href="#" class="dropdown-toggle" data-toggle="dropdown">ASF<b class="caret"></b></a> |
| <ul class="dropdown-menu"> |
| <li><a href="license.html">License</a></li> |
| <li><a href="//apache.org/foundation/how-it-works.html" target="_blank">How Apache Works</a></li> |
| <li><a href="//apache.org/foundation" target="_blank">Foundation</a></li> |
| <li><a href="//www.apache.org/foundation/sponsorship.html" target="_blank">Sponsoring Apache</a></li> |
| </ul> |
| </li> |
| </ul> |
| |
| <a class="ribbon hidden-xs" href="//github.com/apache/incubator-gearpump"><img src="img/forkme_right_red_aa0000.png" alt="Fork me on GitHub"/></a> |
| |
| </div> |
| </div> |
| </div> |
| |
| <div class="container" id="content" style="margin-bottom: 50px"> |
| |
| <h1 class="title"></h1> |
| |
| |
| <h2 id="downloads">Downloads</h2> |
| |
| <h3 id="current-083-release-v083">Current 0.8.3 Release (v0.8.3)</h3> |
| |
| <p><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319920&version=12338681">Release Notes</a></p> |
| |
| <ul> |
| <li><a href="https://dist.apache.org/repos/dist/release/incubator/gearpump/0.8.3-incubating/">The source and binary tarballs, including signatures, digests, etc.</a></li> |
| </ul> |
| |
| <p><em>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.</em></p> |
| |
| <h2 id="maven-dependencies">Maven Dependencies</h2> |
| |
| <p>To program against this version, you need to add below artifact dependencies to your application’s Maven setting:</p> |
| |
| <figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span></span><span class="nt"><dependencies></span> |
| <span class="nt"><dependency></span> |
| <span class="nt"><groupId></span>org.apache.gearpump<span class="nt"></groupId></span> |
| <span class="nt"><artifactId></span>gearpump-core_2.11<span class="nt"></artifactId></span> |
| <span class="nt"><version></span>0.8.3<span class="nt"></version></span> |
| <span class="nt"></dependency></span> |
| <span class="nt"><dependency></span> |
| <span class="nt"><groupId></span>org.apache.gearpump<span class="nt"></groupId></span> |
| <span class="nt"><artifactId></span>gearpump-streaming_2.11<span class="nt"></artifactId></span> |
| <span class="nt"><version></span>0.8.3<span class="nt"></version></span> |
| <span class="nt"></dependency></span> |
| <span class="nt"></dependencies></span></code></pre></figure> |
| |
| |
| </div> <!-- /container --> |
| |
| <footer class="navbar navbar-default navbar-fixed-bottom"> |
| <div class="container text-center" style="padding: 14px 0 10px 0; line-height: 150%"> |
| <p class="text-muted"> |
| Copyright © 2017 <a href="//apache.org" target="_blank">The Apache Software Foundation</a>. |
| All Rights Reserved.<br/> |
| Apache and the Apache feather logo are trademarks of The Apache Software Foundation. |
| </p> |
| </div> |
| </footer> |
| |
| <script src="js/vendor/jquery-2.1.4.min.js"></script> |
| <script src="js/vendor/bootstrap-3.3.5.min.js"></script> |
| <script src="js/vendor/anchor-1.1.1.min.js"></script> |
| <script src="js/main.js"></script> |
| |
| <!-- MathJax Section --> |
| <script type="text/x-mathjax-config"> |
| MathJax.Hub.Config({ |
| TeX: { equationNumbers: { autoNumber: "AMS" } } |
| }); |
| </script> |
| <script> |
| // Note that we load MathJax this way to work with local file (file://), HTTP and HTTPS. |
| // We could use "//cdn.mathjax...", but that won't support "file://". |
| (function(d, script) { |
| script = d.createElement('script'); |
| script.type = 'text/javascript'; |
| script.async = true; |
| script.onload = function(){ |
| MathJax.Hub.Config({ |
| tex2jax: { |
| inlineMath: [ ["$", "$"], ["\\\\(","\\\\)"] ], |
| displayMath: [ ["$$","$$"], ["\\[", "\\]"] ], |
| processEscapes: true, |
| skipTags: ['script', 'noscript', 'style', 'textarea', 'pre'] |
| } |
| }); |
| }; |
| script.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + |
| 'cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'; |
| d.getElementsByTagName('head')[0].appendChild(script); |
| }(document)); |
| </script> |
| </body> |
| </html> |
| |