Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.sentry |
ArtifactId | ArtifactIdsentry-apache-http-client-5 |
Version | Version5.0.0-beta.7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.sentry/sentry-apache-http-client-5/ -->
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry-apache-http-client-5</artifactId>
<version>5.0.0-beta.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.sentry/sentry-apache-http-client-5/
implementation 'io.sentry:sentry-apache-http-client-5:5.0.0-beta.7'
// https://jarcasting.com/artifacts/io.sentry/sentry-apache-http-client-5/
implementation ("io.sentry:sentry-apache-http-client-5:5.0.0-beta.7")
'io.sentry:sentry-apache-http-client-5:jar:5.0.0-beta.7'
<dependency org="io.sentry" name="sentry-apache-http-client-5" rev="5.0.0-beta.7">
<artifact name="sentry-apache-http-client-5" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.sentry', module='sentry-apache-http-client-5', version='5.0.0-beta.7')
)
libraryDependencies += "io.sentry" % "sentry-apache-http-client-5" % "5.0.0-beta.7"
[io.sentry/sentry-apache-http-client-5 "5.0.0-beta.7"]