| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииQuarkus Контейнер Микросервисы |
| Группа | Группаio.quarkiverse.cxf |
| Идентификатор | Идентификаторquarkus-cxf-core |
| Последняя версия | Последняя версия1.2.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеQuarkus CXF Core - Parent
Parent POM for Quarkiverse projects that includes the default release and artifact publishing related
configuration
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| quarkus-cxf-core-1.2.0.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.quarkiverse.cxf/quarkus-cxf-core/ -->
<dependency>
<groupId>io.quarkiverse.cxf</groupId>
<artifactId>quarkus-cxf-core</artifactId>
<version>1.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.quarkiverse.cxf/quarkus-cxf-core/
implementation 'io.quarkiverse.cxf:quarkus-cxf-core:1.2.0'
// https://jarcasting.com/artifacts/io.quarkiverse.cxf/quarkus-cxf-core/
implementation ("io.quarkiverse.cxf:quarkus-cxf-core:1.2.0")
'io.quarkiverse.cxf:quarkus-cxf-core:pom:1.2.0'
<dependency org="io.quarkiverse.cxf" name="quarkus-cxf-core" rev="1.2.0">
<artifact name="quarkus-cxf-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.quarkiverse.cxf', module='quarkus-cxf-core', version='1.2.0')
)
libraryDependencies += "io.quarkiverse.cxf" % "quarkus-cxf-core" % "1.2.0"
[io.quarkiverse.cxf/quarkus-cxf-core "1.2.0"]