| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.wso2.carbon.event-processing |
| Идентификатор | Идентификаторevent-processor |
| Последняя версия | Последняя версия2.3.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеWSO2 Carbon - Event Processor Aggregator Module
This is a aggregator pom for the carbon bundle that represent the event processor module.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| event-processor-2.3.0.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.event-processing/event-processor/ -->
<dependency>
<groupId>org.wso2.carbon.event-processing</groupId>
<artifactId>event-processor</artifactId>
<version>2.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.event-processing/event-processor/
implementation 'org.wso2.carbon.event-processing:event-processor:2.3.0'
// https://jarcasting.com/artifacts/org.wso2.carbon.event-processing/event-processor/
implementation ("org.wso2.carbon.event-processing:event-processor:2.3.0")
'org.wso2.carbon.event-processing:event-processor:pom:2.3.0'
<dependency org="org.wso2.carbon.event-processing" name="event-processor" rev="2.3.0">
<artifact name="event-processor" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.event-processing', module='event-processor', version='2.3.0')
)
libraryDependencies += "org.wso2.carbon.event-processing" % "event-processor" % "2.3.0"
[org.wso2.carbon.event-processing/event-processor "2.3.0"]