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