Download sentry-logback-1.6.5.jar file - Jar s

Jar examples for s:sentry-logback

Description

Logback appender allowing to send logs to the Sentry-Java client.

You can download jar file sentry-logback 1.6.5 in this page.

Build File

You can use the following script to add sentry-logback-1.6.5.jar to your project.

<dependency>
   <groupId>io.sentry</groupId>
   <artifactId>sentry-logback</artifactId>
   <version>1.6.5</version>
</dependency>
compile group: 'io.sentry', name: 'sentry-logback', version: '1.6.5'
libraryDependencies += "io.sentry" % "sentry-logback" % "1.6.5"
<dependency org="io.sentry" name="sentry-logback" rev="1.6.5"/>
@Grapes(@Grab(group='io.sentry', module='sentry-logback', version='1.6.5'))
'io.sentry:sentry-logback:jar:1.6.5'

Download

Click the following link to download the jar file.

sentry-logback-1.6.5-javadoc.jar
sentry-logback-1.6.5-sources.jar
sentry-logback-1.6.5.jar
sentry-logback-1.6.5.pom



Related Tutorials