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