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

org.glassfish.jersey.examples:helloworld-weld 2.26-b03

Jersey annotated resource class "Hello world" example with Weld support.

Категории

Категории

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

Группа

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

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

helloworld-weld
Версия

Версия

2.26-b03
Тип

Тип

jar

Скачать helloworld-weld 2.26-b03


<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld-weld/ -->
<dependency>
    <groupId>org.glassfish.jersey.examples</groupId>
    <artifactId>helloworld-weld</artifactId>
    <version>2.26-b03</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld-weld/
implementation 'org.glassfish.jersey.examples:helloworld-weld:2.26-b03'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld-weld/
implementation ("org.glassfish.jersey.examples:helloworld-weld:2.26-b03")
'org.glassfish.jersey.examples:helloworld-weld:jar:2.26-b03'
<dependency org="org.glassfish.jersey.examples" name="helloworld-weld" rev="2.26-b03">
  <artifact name="helloworld-weld" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='helloworld-weld', version='2.26-b03')
)
libraryDependencies += "org.glassfish.jersey.examples" % "helloworld-weld" % "2.26-b03"
[org.glassfish.jersey.examples/helloworld-weld "2.26-b03"]