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