| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJSON Данные |
| Группа | Группаorg.apache.camel |
| Идентификатор | Идентификаторcamel-util-json |
| Версия | Версия3.16.0 |
| Тип | Типjar |
| Описание |
ОписаниеCamel :: Util :: JSon
A json simple parser that preserves the ordering in Map as read from JSon source
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| camel-util-json-3.16.0.pom | |
| camel-util-json-3.16.0.jar | 39 KB |
| camel-util-json-3.16.0-sources.jar | 32 KB |
| camel-util-json-3.16.0-javadoc.jar | 426 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-util-json/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-util-json</artifactId>
<version>3.16.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-util-json/
implementation 'org.apache.camel:camel-util-json:3.16.0'
// https://jarcasting.com/artifacts/org.apache.camel/camel-util-json/
implementation ("org.apache.camel:camel-util-json:3.16.0")
'org.apache.camel:camel-util-json:jar:3.16.0'
<dependency org="org.apache.camel" name="camel-util-json" rev="3.16.0">
<artifact name="camel-util-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-util-json', version='3.16.0')
)
libraryDependencies += "org.apache.camel" % "camel-util-json" % "3.16.0"
[org.apache.camel/camel-util-json "3.16.0"]