| Категории |
КатегорииGlassFish Контейнер Application Servers Jersey Межпрограммное взаимодействие REST Frameworks |
|---|---|
| Группа | Группаorg.glassfish.jersey.examples |
| Идентификатор | Идентификаторosgi-helloworld-webapp |
| Версия | Версия2.31 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| osgi-helloworld-webapp-2.31.pom | 1 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>2.31</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/osgi-helloworld-webapp/
implementation 'org.glassfish.jersey.examples:osgi-helloworld-webapp:2.31'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/osgi-helloworld-webapp/
implementation ("org.glassfish.jersey.examples:osgi-helloworld-webapp:2.31")
'org.glassfish.jersey.examples:osgi-helloworld-webapp:pom:2.31'
<dependency org="org.glassfish.jersey.examples" name="osgi-helloworld-webapp" rev="2.31">
<artifact name="osgi-helloworld-webapp" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='osgi-helloworld-webapp', version='2.31')
)
libraryDependencies += "org.glassfish.jersey.examples" % "osgi-helloworld-webapp" % "2.31"
[org.glassfish.jersey.examples/osgi-helloworld-webapp "2.31"]