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