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

org.glassfish.jersey.examples:helloworld-cdi2-se 3.0.0

Jersey "Hello world" example with CDI 2 SE.

Категории

Категории

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

Группа

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

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

helloworld-cdi2-se
Версия

Версия

3.0.0
Тип

Тип

jar

Скачать helloworld-cdi2-se 3.0.0


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