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