{% load i18n %} {% load sentry_helpers %}
{% github_button 'kencochrane' 'raven-java' %}

{% blocktrans with 'https://github.com/kencochrane/raven-java' as link %}Start by installing raven-java.{% endblocktrans %}

{% blocktrans %}The easiest way to add the Raven dependency is with Maven:{% endblocktrans %}

<dependency>
  <groupId>net.kencochrane.raven</groupId>
  <artifactId>raven</artifactId>
  <version>4.0</version>
</dependency>
{% block inner %} {% endblock %}

{% blocktrans with 'https://github.com/kencochrane/raven-java' as link %}For more information on other uses of Raven with Java, please see the official documentation for raven-java.{% endblocktrans %}