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