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