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