| GroupId | GroupIdio.sentry |
|---|---|
| ArtifactId | ArtifactIdsentry-spring |
| Version | Version4.3.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| sentry-spring-4.3.0.pom | |
| sentry-spring-4.3.0.jar | 31 KB |
| sentry-spring-4.3.0-sources.jar | 19 KB |
| sentry-spring-4.3.0-javadoc.jar | 85 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.sentry/sentry-spring/ -->
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry-spring</artifactId>
<version>4.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.sentry/sentry-spring/
implementation 'io.sentry:sentry-spring:4.3.0'
// https://jarcasting.com/artifacts/io.sentry/sentry-spring/
implementation ("io.sentry:sentry-spring:4.3.0")
'io.sentry:sentry-spring:jar:4.3.0'
<dependency org="io.sentry" name="sentry-spring" rev="4.3.0">
<artifact name="sentry-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.sentry', module='sentry-spring', version='4.3.0')
)
libraryDependencies += "io.sentry" % "sentry-spring" % "4.3.0"
[io.sentry/sentry-spring "4.3.0"]