License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdorg.wso2.carbon.event-processing |
ArtifactId | ArtifactIdevent-formatter |
Version | Version2.0.3 |
Type | Typepom |
Description |
DescriptionWSO2 Carbon - Event Formatter Aggregator Module
WSO2 Carbon Event Formatter is used to build an event from an available event
adaptor or otherwise
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
event-formatter-2.0.3.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.event-processing/event-formatter/ -->
<dependency>
<groupId>org.wso2.carbon.event-processing</groupId>
<artifactId>event-formatter</artifactId>
<version>2.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.event-processing/event-formatter/
implementation 'org.wso2.carbon.event-processing:event-formatter:2.0.3'
// https://jarcasting.com/artifacts/org.wso2.carbon.event-processing/event-formatter/
implementation ("org.wso2.carbon.event-processing:event-formatter:2.0.3")
'org.wso2.carbon.event-processing:event-formatter:pom:2.0.3'
<dependency org="org.wso2.carbon.event-processing" name="event-formatter" rev="2.0.3">
<artifact name="event-formatter" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.event-processing', module='event-formatter', version='2.0.3')
)
libraryDependencies += "org.wso2.carbon.event-processing" % "event-formatter" % "2.0.3"
[org.wso2.carbon.event-processing/event-formatter "2.0.3"]