| Категории |
КатегорииWildFly Контейнер Application Servers Other Универсальные библиотеки |
|---|---|
| Группа | Группаorg.wildfly.swarm |
| Идентификатор | Идентификаторcamel-other |
| Версия | Версия2016.11.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| camel-other-2016.11.0.pom | |
| camel-other-2016.11.0.jar | 107 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.wildfly.swarm/camel-other/ -->
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>camel-other</artifactId>
<version>2016.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.swarm/camel-other/
implementation 'org.wildfly.swarm:camel-other:2016.11.0'
// https://jarcasting.com/artifacts/org.wildfly.swarm/camel-other/
implementation ("org.wildfly.swarm:camel-other:2016.11.0")
'org.wildfly.swarm:camel-other:jar:2016.11.0'
<dependency org="org.wildfly.swarm" name="camel-other" rev="2016.11.0">
<artifact name="camel-other" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.swarm', module='camel-other', version='2016.11.0')
)
libraryDependencies += "org.wildfly.swarm" % "camel-other" % "2016.11.0"
[org.wildfly.swarm/camel-other "2016.11.0"]