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