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