| Лицензия |
Лицензия
jQuery license
|
|---|---|
| Категории |
КатегорииGlassFish Контейнер Application Servers Jersey Межпрограммное взаимодействие REST Frameworks |
| Группа | Группаorg.glassfish.jersey.examples |
| Идентификатор | Идентификаторhelloworld |
| Последняя версия | Последняя версия3.1.0-M3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеjersey-examples-helloworld
Jersey annotated resource class "Hello world" example.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| helloworld-3.1.0-M3.pom | |
| helloworld-3.1.0-M3.jar | 5 KB |
| helloworld-3.1.0-M3-sources.jar | 3 KB |
| helloworld-3.1.0-M3-javadoc.jar | 26 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld/ -->
<dependency>
<groupId>org.glassfish.jersey.examples</groupId>
<artifactId>helloworld</artifactId>
<version>3.1.0-M3</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld/
implementation 'org.glassfish.jersey.examples:helloworld:3.1.0-M3'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld/
implementation ("org.glassfish.jersey.examples:helloworld:3.1.0-M3")
'org.glassfish.jersey.examples:helloworld:jar:3.1.0-M3'
<dependency org="org.glassfish.jersey.examples" name="helloworld" rev="3.1.0-M3">
<artifact name="helloworld" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='helloworld', version='3.1.0-M3')
)
libraryDependencies += "org.glassfish.jersey.examples" % "helloworld" % "3.1.0-M3"
[org.glassfish.jersey.examples/helloworld "3.1.0-M3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.glassfish.jersey.containers : jersey-container-grizzly2-http | jar | |
| org.glassfish.jersey.inject : jersey-hk2 | jar |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.glassfish.jersey.test-framework : jersey-test-framework-util | jar | |
| org.glassfish.jersey.test-framework.providers : jersey-test-framework-provider-bundle | pom |