| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.camel.springboot |
| Идентификатор | Идентификаторcore-modules |
| Версия | Версия3.14.0 |
| Тип | Типpom |
| Описание |
ОписаниеCamel SB :: Core Modules
Camel Spring Boot Core Modules
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| core-modules-3.14.0.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.camel.springboot/core-modules/ -->
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>core-modules</artifactId>
<version>3.14.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.springboot/core-modules/
implementation 'org.apache.camel.springboot:core-modules:3.14.0'
// https://jarcasting.com/artifacts/org.apache.camel.springboot/core-modules/
implementation ("org.apache.camel.springboot:core-modules:3.14.0")
'org.apache.camel.springboot:core-modules:pom:3.14.0'
<dependency org="org.apache.camel.springboot" name="core-modules" rev="3.14.0">
<artifact name="core-modules" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.springboot', module='core-modules', version='3.14.0')
)
libraryDependencies += "org.apache.camel.springboot" % "core-modules" % "3.14.0"
[org.apache.camel.springboot/core-modules "3.14.0"]