GroupId | GroupIdio.sentry |
---|---|
ArtifactId | ArtifactIdsentry-graphql |
Version | Version5.7.2 |
Type | Typejar |
Filename | Size |
---|---|
sentry-graphql-5.7.2.pom | |
sentry-graphql-5.7.2.jar | 5 KB |
sentry-graphql-5.7.2-sources.jar | 2 KB |
sentry-graphql-5.7.2-javadoc.jar | 391 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.sentry/sentry-graphql/ -->
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry-graphql</artifactId>
<version>5.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.sentry/sentry-graphql/
implementation 'io.sentry:sentry-graphql:5.7.2'
// https://jarcasting.com/artifacts/io.sentry/sentry-graphql/
implementation ("io.sentry:sentry-graphql:5.7.2")
'io.sentry:sentry-graphql:jar:5.7.2'
<dependency org="io.sentry" name="sentry-graphql" rev="5.7.2">
<artifact name="sentry-graphql" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.sentry', module='sentry-graphql', version='5.7.2')
)
libraryDependencies += "io.sentry" % "sentry-graphql" % "5.7.2"
[io.sentry/sentry-graphql "5.7.2"]