| License |
License |
|---|---|
| GroupId | GroupIdio.sentry |
| ArtifactId | ArtifactIdsentry |
| Last Version | Last Version6.1.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSentry SDK
SDK for sentry.io
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| sentry-6.1.4.pom | |
| sentry-6.1.4.jar | 176 KB |
| sentry-6.1.4-tests.jar | 167 KB |
| sentry-6.1.4-sources.jar | 121 KB |
| sentry-6.1.4-javadoc.jar | 719 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.sentry/sentry/ -->
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry</artifactId>
<version>6.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.sentry/sentry/
implementation 'io.sentry:sentry:6.1.4'
// https://jarcasting.com/artifacts/io.sentry/sentry/
implementation ("io.sentry:sentry:6.1.4")
'io.sentry:sentry:jar:6.1.4'
<dependency org="io.sentry" name="sentry" rev="6.1.4">
<artifact name="sentry" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.sentry', module='sentry', version='6.1.4')
)
libraryDependencies += "io.sentry" % "sentry" % "6.1.4"
[io.sentry/sentry "6.1.4"]