License |
License |
---|---|
GroupId | GroupIdorg.wso2.carbon.event-processing |
ArtifactId | ArtifactIdevent-processor |
Last Version | Last Version2.3.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionWSO2 Carbon - Event Processor Aggregator Module
This is a aggregator pom for the carbon bundle that represent the event processor module.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
event-processor-2.3.0.pom | 1 KB |
Browse |
<!-- 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"]