| Категории |
КатегорииJava 8 Языки программирования |
|---|---|
| Группа | Группаorg.apache.camel |
| Идентификатор | Идентификаторcamel-example-java8-rx |
| Версия | Версия2.19.4 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| camel-example-java8-rx-2.19.4.pom | |
| camel-example-java8-rx-2.19.4.jar | 13 KB |
| camel-example-java8-rx-2.19.4-sources.jar | 10 KB |
| camel-example-java8-rx-2.19.4-javadoc.jar | 29 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-example-java8-rx/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-example-java8-rx</artifactId>
<version>2.19.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-example-java8-rx/
implementation 'org.apache.camel:camel-example-java8-rx:2.19.4'
// https://jarcasting.com/artifacts/org.apache.camel/camel-example-java8-rx/
implementation ("org.apache.camel:camel-example-java8-rx:2.19.4")
'org.apache.camel:camel-example-java8-rx:jar:2.19.4'
<dependency org="org.apache.camel" name="camel-example-java8-rx" rev="2.19.4">
<artifact name="camel-example-java8-rx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-example-java8-rx', version='2.19.4')
)
libraryDependencies += "org.apache.camel" % "camel-example-java8-rx" % "2.19.4"
[org.apache.camel/camel-example-java8-rx "2.19.4"]