Categories |
CategoriesGlassFish Container Application Servers Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.glassfish.jersey.examples |
ArtifactId | ArtifactIdhttp-trace |
Version | Version2.26-b06 |
Type | Typejar |
Filename | Size |
---|---|
http-trace-2.26-b06.pom | |
http-trace-2.26-b06.jar | 9 KB |
http-trace-2.26-b06-sources.jar | 7 KB |
http-trace-2.26-b06-project-src.zip | 14 KB |
http-trace-2.26-b06-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.26-b06</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/http-trace/
implementation 'org.glassfish.jersey.examples:http-trace:2.26-b06'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/http-trace/
implementation ("org.glassfish.jersey.examples:http-trace:2.26-b06")
'org.glassfish.jersey.examples:http-trace:jar:2.26-b06'
<dependency org="org.glassfish.jersey.examples" name="http-trace" rev="2.26-b06">
<artifact name="http-trace" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='http-trace', version='2.26-b06')
)
libraryDependencies += "org.glassfish.jersey.examples" % "http-trace" % "2.26-b06"
[org.glassfish.jersey.examples/http-trace "2.26-b06"]