MVN

org.glassfish.jersey.examples : http-trace

Maven & Gradle

Jul 10, 2023
1 usages
649 stars

jersey-examples-http-trace · Jersey HTTP TRACE support example.

<dependency>
    <groupId>org.glassfish.jersey.examples</groupId>
    <artifactId>http-trace</artifactId>
    <version>3.0.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.glassfish.jersey.examples : http-trace to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.11
  • Latest Release Candidate: 3.0.0-RC2

All Versions

Choose a version of org.glassfish.jersey.examples : http-trace to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
http-trace-3.1.2
http-trace-3.1.1
http-trace-3.1.0
http-trace-3.1.0-M8
http-trace-3.1.0-M7
http-trace-3.1.0-M3
http-trace-3.1.0-M2
http-trace-3.1.0-M1
3.0.x
http-trace-3.0.11
http-trace-3.0.10
http-trace-3.0.9
http-trace-3.0.8
http-trace-3.0.7
http-trace-3.0.6
http-trace-3.0.5
http-trace-3.0.4
http-trace-3.0.3
http-trace-3.0.2
http-trace-3.0.1
http-trace-3.0.0
http-trace-3.0.0-RC2
http-trace-3.0.0-M6
http-trace-3.0.0-M1
2.40
http-trace-2.40
2.39.x
http-trace-2.39.1
2.39
http-trace-2.39
2.38
http-trace-2.38
2.37
http-trace-2.37
2.36
http-trace-2.36
2.35
http-trace-2.35
2.34
http-trace-2.34
2.33
http-trace-2.33
2.32
http-trace-2.32
2.31
http-trace-2.31
2.30.x
http-trace-2.30.1
2.30
http-trace-2.30
2.29.x
http-trace-2.29.1
2.29
http-trace-2.29
2.28
http-trace-2.28
http-trace-2.28-RC4
2.27
http-trace-2.27
2.26
http-trace-2.26
http-trace-2.26-b09
http-trace-2.26-b08
http-trace-2.26-b07
http-trace-2.26-b06
http-trace-2.26-b05
http-trace-2.26-b04
http-trace-2.26-b03
http-trace-2.26-b02
http-trace-2.26-b01
2.25.x
http-trace-2.25.1
2.25
http-trace-2.25
2.24.x
http-trace-2.24.1
2.24
http-trace-2.24
2.23.x
http-trace-2.23.2
http-trace-2.23.1
2.23
http-trace-2.23
2.22.x
http-trace-2.22.4
http-trace-2.22.3
http-trace-2.22.2
http-trace-2.22.1
2.22
http-trace-2.22
2.21.x
http-trace-2.21.1
2.21
http-trace-2.21
2.20
http-trace-2.20
2.19
http-trace-2.19
2.18
http-trace-2.18
2.17
http-trace-2.17
2.16
http-trace-2.16
2.15
http-trace-2.15
2.14
http-trace-2.14
2.13
http-trace-2.13
2.12
http-trace-2.12
2.11
http-trace-2.11
2.10.x
http-trace-2.10.4
http-trace-2.10.3
http-trace-2.10.2
http-trace-2.10.1
2.10
http-trace-2.10
2.9.x
http-trace-2.9.1
2.9
http-trace-2.9
2.8
http-trace-2.8
2.7
http-trace-2.7
2.6
http-trace-2.6
2.5.x
http-trace-2.5.2
http-trace-2.5.1
2.5
http-trace-2.5
2.4.x
http-trace-2.4.1
2.4
http-trace-2.4
2.3.x
http-trace-2.3.1
2.3
http-trace-2.3
2.2
http-trace-2.2
2.1
http-trace-2.1
2.0.x
http-trace-2.0.1
2.0
http-trace-2.0
http-trace-2.0-rc1
http-trace-2.0-m13-3
http-trace-2.0-m13-2
http-trace-2.0-m13-1
http-trace-2.0-m13
http-trace-2.0-m12-1
http-trace-2.0-m12
http-trace-2.0-m11
http-trace-2.0-m10
http-trace-2.0-m09-1
http-trace-2.0-m09
http-trace-2.0-m08-1
http-trace-2.0-m08
http-trace-2.0-m07-1
http-trace-2.0-m07
http-trace-2.0-m06
http-trace-2.0-m05-2
http-trace-2.0-m05-1
http-trace-2.0-m05
http-trace-2.0-m04-2
http-trace-2.0-m04-1
http-trace-2.0-m04
http-trace-2.0-m03
http-trace-2.0-m02
http-trace-2.0-m01

How to add a dependency to Maven

Add the following org.glassfish.jersey.examples : http-trace maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.glassfish.jersey.examples</groupId>
    <artifactId>http-trace</artifactId>
    <version>3.0.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.glassfish.jersey.examples : http-trace gradle dependency to your build.gradle file:

implementation 'org.glassfish.jersey.examples:http-trace:3.0.11'

Gradle Kotlin DSL: Add the following org.glassfish.jersey.examples : http-trace gradle kotlin dependency to your build.gradle.kts file:

implementation("org.glassfish.jersey.examples:http-trace:3.0.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.glassfish.jersey.examples : http-trace sbt scala dependency to your build.sbt file:

libraryDependencies += "org.glassfish.jersey.examples" % "http-trace" % "3.0.11"

Advertisement