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