layout: docs title: Downloads permalink: /docs/downloads.html

Calcite is released as a source artifact, and also through Maven.

Source releases

ReleaseDateCommitNotesDownload
{% for post in site.categories.release %}{{ post.version }}{{ post.datedate_to_string }}{{ post.sha }}notes
  {% endfor %}

Maven artifacts

Add the following to the dependencies section of your pom.xml file:

{% for post in site.categories.release limit:1 %} {% assign current_release = post %} {% endfor %}

{% highlight xml %} org.apache.calcite calcite-core {{ current_release.version }} {% endhighlight %}

Also include <dependency> elements for any extension modules you need: calcite-mongodb, calcite-spark, calcite-splunk, and so forth.