MVN

io.airbrake : airbrake-java

Maven & Gradle

Jun 05, 2013
6 usages
58 stars

Airbrake Notifier Java · This is the official library to notify exception to Airbrake.io

<dependency>
    <groupId>io.airbrake</groupId>
    <artifactId>airbrake-java</artifactId>
    <version>2.2.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.airbrake : airbrake-java to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.8

All Versions

Choose a version of io.airbrake : airbrake-java to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
airbrake-java-2.2.8
airbrake-java-2.2.7
airbrake-java-2.2.6
airbrake-java-2.2.3
airbrake-java-2.2.2
airbrake-java-2.2.0

How to add a dependency to Maven

Add the following io.airbrake : airbrake-java maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.airbrake</groupId>
    <artifactId>airbrake-java</artifactId>
    <version>2.2.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.airbrake : airbrake-java gradle dependency to your build.gradle file:

implementation 'io.airbrake:airbrake-java:2.2.8'

Gradle Kotlin DSL: Add the following io.airbrake : airbrake-java gradle kotlin dependency to your build.gradle.kts file:

implementation("io.airbrake:airbrake-java:2.2.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.airbrake : airbrake-java sbt scala dependency to your build.sbt file:

libraryDependencies += "io.airbrake" % "airbrake-java" % "2.2.8"

Advertisement

Dependencies from Group

Jun 05, 2013
6 usages
58 stars
Nov 22, 2022
3 usages
14 stars
Mar 27, 2021
5 stars
Dec 07, 2022
0 stars
Apr 21, 2018
4 stars

Discover Dependencies