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

org.glassfish.jersey.examples:helloworld-programmatic 2.0-m13-1

Jersey programmatic resource API "Hello world" example

Категории

Категории

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

Группа

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

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

helloworld-programmatic
Версия

Версия

2.0-m13-1
Тип

Тип

jar

Скачать helloworld-programmatic 2.0-m13-1


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