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