| Группа | Группаio.sentry |
|---|---|
| Идентификатор | Идентификаторsentry-spring |
| Версия | Версия1.7.16 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| sentry-spring-1.7.16.pom | |
| sentry-spring-1.7.16.jar | 4 KB |
| sentry-spring-1.7.16-sources.jar | 3 KB |
| sentry-spring-1.7.16-javadoc.jar | 40 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.sentry/sentry-spring/ -->
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry-spring</artifactId>
<version>1.7.16</version>
</dependency>
// https://jarcasting.com/artifacts/io.sentry/sentry-spring/
implementation 'io.sentry:sentry-spring:1.7.16'
// https://jarcasting.com/artifacts/io.sentry/sentry-spring/
implementation ("io.sentry:sentry-spring:1.7.16")
'io.sentry:sentry-spring:jar:1.7.16'
<dependency org="io.sentry" name="sentry-spring" rev="1.7.16">
<artifact name="sentry-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.sentry', module='sentry-spring', version='1.7.16')
)
libraryDependencies += "io.sentry" % "sentry-spring" % "1.7.16"
[io.sentry/sentry-spring "1.7.16"]