| Категории |
КатегорииJOnAS Контейнер Application Servers |
|---|---|
| Группа | Группаorg.ow2.jonas.camel |
| Идентификатор | Идентификаторregistry-jonas5-impl |
| Версия | Версия1.0.0 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| registry-jonas5-impl-1.0.0.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.ow2.jonas.camel/registry-jonas5-impl/ -->
<dependency>
<groupId>org.ow2.jonas.camel</groupId>
<artifactId>registry-jonas5-impl</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.jonas.camel/registry-jonas5-impl/
implementation 'org.ow2.jonas.camel:registry-jonas5-impl:1.0.0'
// https://jarcasting.com/artifacts/org.ow2.jonas.camel/registry-jonas5-impl/
implementation ("org.ow2.jonas.camel:registry-jonas5-impl:1.0.0")
'org.ow2.jonas.camel:registry-jonas5-impl:pom:1.0.0'
<dependency org="org.ow2.jonas.camel" name="registry-jonas5-impl" rev="1.0.0">
<artifact name="registry-jonas5-impl" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.jonas.camel', module='registry-jonas5-impl', version='1.0.0')
)
libraryDependencies += "org.ow2.jonas.camel" % "registry-jonas5-impl" % "1.0.0"
[org.ow2.jonas.camel/registry-jonas5-impl "1.0.0"]