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