is not current version
Last Version 3.1.0-M3

org.glassfish.jersey.examples:http-trace 2.5.1

Jersey HTTP TRACE support example.

Categories

Categories

GlassFish Container Application Servers Jersey Program Interface REST Frameworks
GroupId

GroupId

org.glassfish.jersey.examples
ArtifactId

ArtifactId

http-trace
Version

Version

2.5.1
Type

Type

jar

Download http-trace 2.5.1


<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.examples/http-trace/ -->
<dependency>
    <groupId>org.glassfish.jersey.examples</groupId>
    <artifactId>http-trace</artifactId>
    <version>2.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/http-trace/
implementation 'org.glassfish.jersey.examples:http-trace:2.5.1'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/http-trace/
implementation ("org.glassfish.jersey.examples:http-trace:2.5.1")
'org.glassfish.jersey.examples:http-trace:jar:2.5.1'
<dependency org="org.glassfish.jersey.examples" name="http-trace" rev="2.5.1">
  <artifact name="http-trace" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='http-trace', version='2.5.1')
)
libraryDependencies += "org.glassfish.jersey.examples" % "http-trace" % "2.5.1"
[org.glassfish.jersey.examples/http-trace "2.5.1"]