GroupId | GroupIdio.sentry |
---|---|
ArtifactId | ArtifactIdsentry-graphql |
Version | Version6.0.0-beta.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.sentry/sentry-graphql/ -->
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry-graphql</artifactId>
<version>6.0.0-beta.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.sentry/sentry-graphql/
implementation 'io.sentry:sentry-graphql:6.0.0-beta.4'
// https://jarcasting.com/artifacts/io.sentry/sentry-graphql/
implementation ("io.sentry:sentry-graphql:6.0.0-beta.4")
'io.sentry:sentry-graphql:jar:6.0.0-beta.4'
<dependency org="io.sentry" name="sentry-graphql" rev="6.0.0-beta.4">
<artifact name="sentry-graphql" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.sentry', module='sentry-graphql', version='6.0.0-beta.4')
)
libraryDependencies += "io.sentry" % "sentry-graphql" % "6.0.0-beta.4"
[io.sentry/sentry-graphql "6.0.0-beta.4"]