| Лицензия |
Лицензия
CDDL-1.0
|
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.open-esb.core |
| Идентификатор | Идентификаторruntime |
| Версия | Версия2.4.3 |
| Тип | Типpom |
| Описание |
Описаниеruntime-top
Build the JBI runtime sub-schemaorg_apache_xmlbeans.system.
|
| Организация-разработчик |
Организация-разработчикOpenESB Community |
| Имя Файла | Размер |
|---|---|
| runtime-2.4.3.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.open-esb.core/runtime/ -->
<dependency>
<groupId>net.open-esb.core</groupId>
<artifactId>runtime</artifactId>
<version>2.4.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.open-esb.core/runtime/
implementation 'net.open-esb.core:runtime:2.4.3'
// https://jarcasting.com/artifacts/net.open-esb.core/runtime/
implementation ("net.open-esb.core:runtime:2.4.3")
'net.open-esb.core:runtime:pom:2.4.3'
<dependency org="net.open-esb.core" name="runtime" rev="2.4.3">
<artifact name="runtime" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.open-esb.core', module='runtime', version='2.4.3')
)
libraryDependencies += "net.open-esb.core" % "runtime" % "2.4.3"
[net.open-esb.core/runtime "2.4.3"]