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