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