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

org.glassfish.jersey.examples:jaxrs-types-injection 2.5

Jersey JAX-RS types injection example.

Категории

Категории

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

Группа

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

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

jaxrs-types-injection
Версия

Версия

2.5
Тип

Тип

jar

Скачать jaxrs-types-injection 2.5


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