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