Download sentry-1.4.0.jar file - Jar s

Jar examples for s:sentry

Description

Sentry client written in Java.

You can download jar file sentry 1.4.0 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

sentry-1.4.0-javadoc.jar
sentry-1.4.0-sources.jar
sentry-1.4.0-tests.jar
sentry-1.4.0.jar
sentry-1.4.0.pom



Related Tutorials