| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииQuarkus Контейнер Микросервисы |
| Группа | Группаorg.apache.camel.quarkus |
| Идентификатор | Идентификаторcamel-quarkus-core-xml-parent |
| Последняя версия | Последняя версия1.0.0-M4 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеCamel Quarkus :: Core XML
Maven plugins configuration
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| camel-quarkus-core-xml-parent-1.0.0-M4.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-core-xml-parent/ -->
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-core-xml-parent</artifactId>
<version>1.0.0-M4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-core-xml-parent/
implementation 'org.apache.camel.quarkus:camel-quarkus-core-xml-parent:1.0.0-M4'
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-core-xml-parent/
implementation ("org.apache.camel.quarkus:camel-quarkus-core-xml-parent:1.0.0-M4")
'org.apache.camel.quarkus:camel-quarkus-core-xml-parent:pom:1.0.0-M4'
<dependency org="org.apache.camel.quarkus" name="camel-quarkus-core-xml-parent" rev="1.0.0-M4">
<artifact name="camel-quarkus-core-xml-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.quarkus', module='camel-quarkus-core-xml-parent', version='1.0.0-M4')
)
libraryDependencies += "org.apache.camel.quarkus" % "camel-quarkus-core-xml-parent" % "1.0.0-M4"
[org.apache.camel.quarkus/camel-quarkus-core-xml-parent "1.0.0-M4"]