MVN

org.drjekyll : sentry-http-interceptors

Maven & Gradle

Aug 10, 2023
1 stars

Sentry HTTP Interceptors · Sends tracing information about Apache HttpClient 4 calls to Sentry

<dependency>
    <groupId>org.drjekyll</groupId>
    <artifactId>sentry-http-interceptors</artifactId>
    <version>6.28.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.drjekyll : sentry-http-interceptors to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.28.1

All Versions

Choose a version of org.drjekyll : sentry-http-interceptors to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.28.x
sentry-http-interceptors-6.28.1
6.25.x
sentry-http-interceptors-6.25.2
sentry-http-interceptors-6.25.1
sentry-http-interceptors-6.25.0
6.24.x
sentry-http-interceptors-6.24.0-1
sentry-http-interceptors-6.24.0
6.21.x
sentry-http-interceptors-6.21.0
6.19.x
sentry-http-interceptors-6.19.1
sentry-http-interceptors-6.19.0
6.18.x
sentry-http-interceptors-6.18.1
sentry-http-interceptors-6.18.0
6.17.x
sentry-http-interceptors-6.17.0
6.16.x
sentry-http-interceptors-6.16.0
6.15.x
sentry-http-interceptors-6.15.0
6.14.x
sentry-http-interceptors-6.14.0
6.13.x
sentry-http-interceptors-6.13.1
6.12.x
sentry-http-interceptors-6.12.1
sentry-http-interceptors-6.12.0
6.11.x
sentry-http-interceptors-6.11.0
6.10.x
sentry-http-interceptors-6.10.0
6.9.x
sentry-http-interceptors-6.9.3
sentry-http-interceptors-6.9.2
sentry-http-interceptors-6.9.1
sentry-http-interceptors-6.9.0
1.0.x
sentry-http-interceptors-1.0.2
sentry-http-interceptors-1.0.1

How to add a dependency to Maven

Add the following org.drjekyll : sentry-http-interceptors maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.drjekyll</groupId>
    <artifactId>sentry-http-interceptors</artifactId>
    <version>6.28.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.drjekyll : sentry-http-interceptors gradle dependency to your build.gradle file:

implementation 'org.drjekyll:sentry-http-interceptors:6.28.1'

Gradle Kotlin DSL: Add the following org.drjekyll : sentry-http-interceptors gradle kotlin dependency to your build.gradle.kts file:

implementation("org.drjekyll:sentry-http-interceptors:6.28.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.drjekyll : sentry-http-interceptors sbt scala dependency to your build.sbt file:

libraryDependencies += "org.drjekyll" % "sentry-http-interceptors" % "6.28.1"