| Категории |
КатегорииGlassFish Контейнер Application Servers Jersey Межпрограммное взаимодействие REST Frameworks |
|---|---|
| Группа | Группаorg.glassfish.jersey.containers.glassfish |
| Идентификатор | Идентификаторjersey-gf-cdi |
| Версия | Версия2.0-m13-3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| jersey-gf-cdi-2.0-m13-3.pom | |
| jersey-gf-cdi-2.0-m13-3.jar | 14 KB |
| jersey-gf-cdi-2.0-m13-3-sources.jar | 7 KB |
| jersey-gf-cdi-2.0-m13-3-javadoc.jar | 26 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.containers.glassfish/jersey-gf-cdi/ -->
<dependency>
<groupId>org.glassfish.jersey.containers.glassfish</groupId>
<artifactId>jersey-gf-cdi</artifactId>
<version>2.0-m13-3</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.containers.glassfish/jersey-gf-cdi/
implementation 'org.glassfish.jersey.containers.glassfish:jersey-gf-cdi:2.0-m13-3'
// https://jarcasting.com/artifacts/org.glassfish.jersey.containers.glassfish/jersey-gf-cdi/
implementation ("org.glassfish.jersey.containers.glassfish:jersey-gf-cdi:2.0-m13-3")
'org.glassfish.jersey.containers.glassfish:jersey-gf-cdi:jar:2.0-m13-3'
<dependency org="org.glassfish.jersey.containers.glassfish" name="jersey-gf-cdi" rev="2.0-m13-3">
<artifact name="jersey-gf-cdi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.containers.glassfish', module='jersey-gf-cdi', version='2.0-m13-3')
)
libraryDependencies += "org.glassfish.jersey.containers.glassfish" % "jersey-gf-cdi" % "2.0-m13-3"
[org.glassfish.jersey.containers.glassfish/jersey-gf-cdi "2.0-m13-3"]