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