не последняя версия
Последняя версия 3.1.0-M3

org.glassfish.jersey.examples.osgi-helloworld-webapp:lib-bundle 2.0-m11


Категории

Категории

GlassFish Контейнер Application Servers Jersey Межпрограммное взаимодействие REST Frameworks
Группа

Группа

org.glassfish.jersey.examples.osgi-helloworld-webapp
Идентификатор

Идентификатор

lib-bundle
Версия

Версия

2.0-m11
Тип

Тип

jar

Скачать lib-bundle 2.0-m11


<!-- 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.0-m11</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.0-m11'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples.osgi-helloworld-webapp/lib-bundle/
implementation ("org.glassfish.jersey.examples.osgi-helloworld-webapp:lib-bundle:2.0-m11")
'org.glassfish.jersey.examples.osgi-helloworld-webapp:lib-bundle:jar:2.0-m11'
<dependency org="org.glassfish.jersey.examples.osgi-helloworld-webapp" name="lib-bundle" rev="2.0-m11">
  <artifact name="lib-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples.osgi-helloworld-webapp', module='lib-bundle', version='2.0-m11')
)
libraryDependencies += "org.glassfish.jersey.examples.osgi-helloworld-webapp" % "lib-bundle" % "2.0-m11"
[org.glassfish.jersey.examples.osgi-helloworld-webapp/lib-bundle "2.0-m11"]