| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииQuarkus Контейнер Микросервисы RESTEasy Межпрограммное взаимодействие REST Frameworks |
| Группа | Группаio.quarkus |
| Идентификатор | Идентификаторquarkus-resteasy-server-common-parent |
| Версия | Версия2.7.0.Final |
| Тип | Типpom |
| Описание |
ОписаниеQuarkus - RESTEasy - Server common
Build parent to bring in required dependencies
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| quarkus-resteasy-server-common-parent-2.7.0.Final.pom | 812 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-resteasy-server-common-parent/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-server-common-parent</artifactId>
<version>2.7.0.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-resteasy-server-common-parent/
implementation 'io.quarkus:quarkus-resteasy-server-common-parent:2.7.0.Final'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-resteasy-server-common-parent/
implementation ("io.quarkus:quarkus-resteasy-server-common-parent:2.7.0.Final")
'io.quarkus:quarkus-resteasy-server-common-parent:pom:2.7.0.Final'
<dependency org="io.quarkus" name="quarkus-resteasy-server-common-parent" rev="2.7.0.Final">
<artifact name="quarkus-resteasy-server-common-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-resteasy-server-common-parent', version='2.7.0.Final')
)
libraryDependencies += "io.quarkus" % "quarkus-resteasy-server-common-parent" % "2.7.0.Final"
[io.quarkus/quarkus-resteasy-server-common-parent "2.7.0.Final"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.quarkus : quarkus-bom | pom | 2.7.0.Final |