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