<dependency>
<groupId>org.wso2.carbon.event-processing</groupId>
<artifactId>event-stream-manager-feature</artifactId>
<version>2.0.3</version>
</dependency>
implementation group: 'org.wso2.carbon.event-processing', name: 'event-stream-manager-feature', version: '2.0.3'
implementation 'org.wso2.carbon.event-processing:event-stream-manager-feature:2.0.3'
implementation("org.wso2.carbon.event-processing:event-stream-manager-feature:2.0.3")
libraryDependencies += "org.wso2.carbon.event-processing" % "event-stream-manager-feature" % "2.0.3"
<dependency org="org.wso2.carbon.event-processing" name="event-stream-manager-feature" rev="2.0.3"/>
@Grapes(
@Grab(group='org.wso2.carbon.event-processing', module='event-stream-manager-feature', version='2.0.3')
)
[org.wso2.carbon.event-processing/event-stream-manager-feature "2.0.3"]
'org.wso2.carbon.event-processing:event-stream-manager-feature:jar:2.0.3'