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

org.glassfish.jersey.examples:helloworld 2.0-m07-1

Jersey annotated resource class "Hello world" example

Категории

Категории

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

Группа

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

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

helloworld
Версия

Версия

2.0-m07-1
Тип

Тип

jar

Скачать helloworld 2.0-m07-1


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