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