| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.camel |
| Идентификатор | Идентификаторcamel-rest |
| Версия | Версия3.11.1 |
| Тип | Типjar |
| Описание |
ОписаниеCamel :: REST
Camel REST component
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| camel-rest-3.11.1.pom | |
| camel-rest-3.11.1.jar | 75 KB |
| camel-rest-3.11.1-sources.jar | 43 KB |
| camel-rest-3.11.1-javadoc.jar | 107 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-rest/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-rest</artifactId>
<version>3.11.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-rest/
implementation 'org.apache.camel:camel-rest:3.11.1'
// https://jarcasting.com/artifacts/org.apache.camel/camel-rest/
implementation ("org.apache.camel:camel-rest:3.11.1")
'org.apache.camel:camel-rest:jar:3.11.1'
<dependency org="org.apache.camel" name="camel-rest" rev="3.11.1">
<artifact name="camel-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-rest', version='3.11.1')
)
libraryDependencies += "org.apache.camel" % "camel-rest" % "3.11.1"
[org.apache.camel/camel-rest "3.11.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.camel : camel-support | jar | 3.11.1 |
| org.apache.camel : camel-tooling-model | jar | 3.11.1 |