не последняя версия
Последняя версия 3.1.0-M3

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

Jersey HTTP TRACE support example.

Категории

Категории

GlassFish Контейнер Application Servers Jersey Межпрограммное взаимодействие REST Frameworks
Группа

Группа

org.glassfish.jersey.examples
Идентификатор

Идентификатор

http-trace
Версия

Версия

2.22
Тип

Тип

jar

Скачать http-trace 2.22


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