l

logback

Logback integration for javabrake
https://airbrake.io
MIT License
Sumit Joshi
Files download
File Operation
logback-0.1.2.jar download
logback-0.1.2.pom download
logback-0.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.airbrake</groupId>
  <artifactId>logback</artifactId>
  <version>0.1.2</version>
</dependency>
Gradle Groovy
implementation 'io.airbrake:logback:0.1.2'
Gradle Kotlin
implementation("io.airbrake:logback:0.1.2")
Scala SBT
libraryDependencies += "io.airbrake" % "logback" % "0.1.2"
Groovy Grape
@Grapes(
  @Grab(group='io.airbrake', module='logback', version='0.1.2')
)
Apache Ivy
<dependency org="io.airbrake" name="logback" rev="0.1.2" />
Leiningen
[io.airbrake/logback "0.1.2"]
Apache Buildr
'io.airbrake:logback:jar:0.1.2'