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