| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.talend.esb |
| Идентификатор | Идентификаторesb-parent |
| Версия | Версия7.3.1 |
| Тип | Типpom |
| Описание |
ОписаниеTalend ESB :: Parent
Talend ESB SE bundles Service Factory and Integration Factory,
Service Locator, Service Activity Monitoring and a demo application
to a stable, production ready distribution based on the industry leading
open source frameworks Apache CXF and Apache Camel.
It includes Web Service support based on JAX-WS and enables simple and scalable
message based systems using well known Enterprise Integration Patterns.
The Service Locator maintains a repository of service endpoints which
can be used by Service Consumers to support simple failover and load
balancing scenarios. Service Activity Monitoring allows to log and
monitor service calls. A documented Car Rental demo application illustrates
how to use these features.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчикTalend Inc. |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| esb-parent-7.3.1.pom | 25 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.talend.esb/esb-parent/ -->
<dependency>
<groupId>org.talend.esb</groupId>
<artifactId>esb-parent</artifactId>
<version>7.3.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.talend.esb/esb-parent/
implementation 'org.talend.esb:esb-parent:7.3.1'
// https://jarcasting.com/artifacts/org.talend.esb/esb-parent/
implementation ("org.talend.esb:esb-parent:7.3.1")
'org.talend.esb:esb-parent:pom:7.3.1'
<dependency org="org.talend.esb" name="esb-parent" rev="7.3.1">
<artifact name="esb-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.talend.esb', module='esb-parent', version='7.3.1')
)
libraryDependencies += "org.talend.esb" % "esb-parent" % "7.3.1"
[org.talend.esb/esb-parent "7.3.1"]