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