GroupId | GroupIdio.sentry |
---|---|
ArtifactId | ArtifactIdsentry-all |
Version | Version1.7.4 |
Type | Typepom |
Filename | Size |
---|---|
sentry-all-1.7.4.pom | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.sentry/sentry-all/ -->
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry-all</artifactId>
<version>1.7.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.sentry/sentry-all/
implementation 'io.sentry:sentry-all:1.7.4'
// https://jarcasting.com/artifacts/io.sentry/sentry-all/
implementation ("io.sentry:sentry-all:1.7.4")
'io.sentry:sentry-all:pom:1.7.4'
<dependency org="io.sentry" name="sentry-all" rev="1.7.4">
<artifact name="sentry-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.sentry', module='sentry-all', version='1.7.4')
)
libraryDependencies += "io.sentry" % "sentry-all" % "1.7.4"
[io.sentry/sentry-all "1.7.4"]