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