| Группа | Группаorg.apache.camel.springboot |
|---|---|
| Идентификатор | Идентификаторcore-starter |
| Версия | Версия3.9.0 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| core-starter-3.9.0.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.camel.springboot/core-starter/ -->
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>core-starter</artifactId>
<version>3.9.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.springboot/core-starter/
implementation 'org.apache.camel.springboot:core-starter:3.9.0'
// https://jarcasting.com/artifacts/org.apache.camel.springboot/core-starter/
implementation ("org.apache.camel.springboot:core-starter:3.9.0")
'org.apache.camel.springboot:core-starter:pom:3.9.0'
<dependency org="org.apache.camel.springboot" name="core-starter" rev="3.9.0">
<artifact name="core-starter" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.springboot', module='core-starter', version='3.9.0')
)
libraryDependencies += "org.apache.camel.springboot" % "core-starter" % "3.9.0"
[org.apache.camel.springboot/core-starter "3.9.0"]