| Категории |
КатегорииGlassFish Контейнер Application Servers Jersey Межпрограммное взаимодействие REST Frameworks |
|---|---|
| Группа | Группаorg.glassfish.jersey.examples |
| Идентификатор | Идентификаторhttp-trace |
| Версия | Версия3.0.5 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| http-trace-3.0.5.pom | |
| http-trace-3.0.5.jar | 21 KB |
| http-trace-3.0.5-sources.jar | 19 KB |
| http-trace-3.0.5-javadoc.jar | 38 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.examples/http-trace/ -->
<dependency>
<groupId>org.glassfish.jersey.examples</groupId>
<artifactId>http-trace</artifactId>
<version>3.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/http-trace/
implementation 'org.glassfish.jersey.examples:http-trace:3.0.5'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/http-trace/
implementation ("org.glassfish.jersey.examples:http-trace:3.0.5")
'org.glassfish.jersey.examples:http-trace:jar:3.0.5'
<dependency org="org.glassfish.jersey.examples" name="http-trace" rev="3.0.5">
<artifact name="http-trace" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='http-trace', version='3.0.5')
)
libraryDependencies += "org.glassfish.jersey.examples" % "http-trace" % "3.0.5"
[org.glassfish.jersey.examples/http-trace "3.0.5"]