| Лицензия |
Лицензия
jQuery license
|
|---|---|
| Категории |
КатегорииGlassFish Контейнер Application Servers Jersey Межпрограммное взаимодействие REST Frameworks |
| Группа | Группаorg.glassfish.jersey.examples |
| Идентификатор | Идентификаторosgi-helloworld-webapp |
| Последняя версия | Последняя версия3.1.0-M3 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеjersey-examples-osgi-helloworld-webapp
Jersey examples
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| osgi-helloworld-webapp-3.1.0-M3.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.examples/osgi-helloworld-webapp/ -->
<dependency>
<groupId>org.glassfish.jersey.examples</groupId>
<artifactId>osgi-helloworld-webapp</artifactId>
<version>3.1.0-M3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/osgi-helloworld-webapp/
implementation 'org.glassfish.jersey.examples:osgi-helloworld-webapp:3.1.0-M3'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/osgi-helloworld-webapp/
implementation ("org.glassfish.jersey.examples:osgi-helloworld-webapp:3.1.0-M3")
'org.glassfish.jersey.examples:osgi-helloworld-webapp:pom:3.1.0-M3'
<dependency org="org.glassfish.jersey.examples" name="osgi-helloworld-webapp" rev="3.1.0-M3">
<artifact name="osgi-helloworld-webapp" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='osgi-helloworld-webapp', version='3.1.0-M3')
)
libraryDependencies += "org.glassfish.jersey.examples" % "osgi-helloworld-webapp" % "3.1.0-M3"
[org.glassfish.jersey.examples/osgi-helloworld-webapp "3.1.0-M3"]