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