Categories |
CategoriesGlassFish Container Application Servers Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.glassfish.jersey.examples |
ArtifactId | ArtifactIdhttp-trace |
Version | Version2.29.1 |
Type | Typejar |
Filename | Size |
---|---|
http-trace-2.29.1.pom | |
http-trace-2.29.1.jar | 11 KB |
http-trace-2.29.1-sources.jar | 9 KB |
http-trace-2.29.1-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.examples/http-trace/ -->
<dependency>
<groupId>org.glassfish.jersey.examples</groupId>
<artifactId>http-trace</artifactId>
<version>2.29.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/http-trace/
implementation 'org.glassfish.jersey.examples:http-trace:2.29.1'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/http-trace/
implementation ("org.glassfish.jersey.examples:http-trace:2.29.1")
'org.glassfish.jersey.examples:http-trace:jar:2.29.1'
<dependency org="org.glassfish.jersey.examples" name="http-trace" rev="2.29.1">
<artifact name="http-trace" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='http-trace', version='2.29.1')
)
libraryDependencies += "org.glassfish.jersey.examples" % "http-trace" % "2.29.1"
[org.glassfish.jersey.examples/http-trace "2.29.1"]