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