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