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