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