| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJOnAS Контейнер Application Servers |
| Группа | Группаorg.ow2.jonas.camel |
| Идентификатор | Идентификаторcamel-archetype-simple-route |
| Версия | Версия1.7.0 |
| Тип | Типjar |
| Описание |
ОписаниеCamel :: JOnAS 5 :: Archetypes :: Simple JOnAS-Camel Archetype
JOnAS Camel Archetypes
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/org.ow2.jonas.camel/camel-archetype-simple-route/ -->
<dependency>
<groupId>org.ow2.jonas.camel</groupId>
<artifactId>camel-archetype-simple-route</artifactId>
<version>1.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.jonas.camel/camel-archetype-simple-route/
implementation 'org.ow2.jonas.camel:camel-archetype-simple-route:1.7.0'
// https://jarcasting.com/artifacts/org.ow2.jonas.camel/camel-archetype-simple-route/
implementation ("org.ow2.jonas.camel:camel-archetype-simple-route:1.7.0")
'org.ow2.jonas.camel:camel-archetype-simple-route:jar:1.7.0'
<dependency org="org.ow2.jonas.camel" name="camel-archetype-simple-route" rev="1.7.0">
<artifact name="camel-archetype-simple-route" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.jonas.camel', module='camel-archetype-simple-route', version='1.7.0')
)
libraryDependencies += "org.ow2.jonas.camel" % "camel-archetype-simple-route" % "1.7.0"
[org.ow2.jonas.camel/camel-archetype-simple-route "1.7.0"]