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