Categories |
CategoriesGlassFish Container Application Servers Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.glassfish.jersey.examples |
ArtifactId | ArtifactIdhelloworld-benchmark |
Version | Version2.34 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld-benchmark/ -->
<dependency>
<groupId>org.glassfish.jersey.examples</groupId>
<artifactId>helloworld-benchmark</artifactId>
<version>2.34</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld-benchmark/
implementation 'org.glassfish.jersey.examples:helloworld-benchmark:2.34'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld-benchmark/
implementation ("org.glassfish.jersey.examples:helloworld-benchmark:2.34")
'org.glassfish.jersey.examples:helloworld-benchmark:jar:2.34'
<dependency org="org.glassfish.jersey.examples" name="helloworld-benchmark" rev="2.34">
<artifact name="helloworld-benchmark" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='helloworld-benchmark', version='2.34')
)
libraryDependencies += "org.glassfish.jersey.examples" % "helloworld-benchmark" % "2.34"
[org.glassfish.jersey.examples/helloworld-benchmark "2.34"]