<dependency>
<groupId>org.wso2.extension.siddhi.execution.sentiment</groupId>
<artifactId>siddhi-execution-sentiment-parent</artifactId>
<version>5.0.0</version>
</dependency>
implementation group: 'org.wso2.extension.siddhi.execution.sentiment', name: 'siddhi-execution-sentiment-parent', version: '5.0.0'
implementation 'org.wso2.extension.siddhi.execution.sentiment:siddhi-execution-sentiment-parent:5.0.0'
implementation("org.wso2.extension.siddhi.execution.sentiment:siddhi-execution-sentiment-parent:5.0.0")
libraryDependencies += "org.wso2.extension.siddhi.execution.sentiment" % "siddhi-execution-sentiment-parent" % "5.0.0"
<dependency org="org.wso2.extension.siddhi.execution.sentiment" name="siddhi-execution-sentiment-parent" rev="5.0.0"/>
@Grapes(
@Grab(group='org.wso2.extension.siddhi.execution.sentiment', module='siddhi-execution-sentiment-parent', version='5.0.0')
)
[org.wso2.extension.siddhi.execution.sentiment/siddhi-execution-sentiment-parent "5.0.0"]
'org.wso2.extension.siddhi.execution.sentiment:siddhi-execution-sentiment-parent:jar:5.0.0'