| Категории |
КатегорииGlassFish Контейнер Application Servers Jersey Межпрограммное взаимодействие REST Frameworks |
|---|---|
| Группа | Группаorg.glassfish.jersey.examples |
| Идентификатор | Идентификаторjaxrs-types-injection |
| Версия | Версия2.33 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| jaxrs-types-injection-2.33.pom | |
| jaxrs-types-injection-2.33.jar | 22 KB |
| jaxrs-types-injection-2.33-sources.jar | 20 KB |
| jaxrs-types-injection-2.33-project-src.zip | 24 KB |
| jaxrs-types-injection-2.33-javadoc.jar | 30 KB |
| Обзор |
<!-- 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.33</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/jaxrs-types-injection/
implementation 'org.glassfish.jersey.examples:jaxrs-types-injection:2.33'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/jaxrs-types-injection/
implementation ("org.glassfish.jersey.examples:jaxrs-types-injection:2.33")
'org.glassfish.jersey.examples:jaxrs-types-injection:jar:2.33'
<dependency org="org.glassfish.jersey.examples" name="jaxrs-types-injection" rev="2.33">
<artifact name="jaxrs-types-injection" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='jaxrs-types-injection', version='2.33')
)
libraryDependencies += "org.glassfish.jersey.examples" % "jaxrs-types-injection" % "2.33"
[org.glassfish.jersey.examples/jaxrs-types-injection "2.33"]