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