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