| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.talend.esb |
| Идентификатор | Идентификаторsts |
| Версия | Версия7.3.1 |
| Тип | Типpom |
| Описание |
ОписаниеTalend ESB :: STS
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. |
| Имя Файла | Размер |
|---|---|
| sts-7.3.1.pom | 977 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.talend.esb/sts/ -->
<dependency>
<groupId>org.talend.esb</groupId>
<artifactId>sts</artifactId>
<version>7.3.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.talend.esb/sts/
implementation 'org.talend.esb:sts:7.3.1'
// https://jarcasting.com/artifacts/org.talend.esb/sts/
implementation ("org.talend.esb:sts:7.3.1")
'org.talend.esb:sts:pom:7.3.1'
<dependency org="org.talend.esb" name="sts" rev="7.3.1">
<artifact name="sts" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.talend.esb', module='sts', version='7.3.1')
)
libraryDependencies += "org.talend.esb" % "sts" % "7.3.1"
[org.talend.esb/sts "7.3.1"]