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