How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.siddhi.extension.map.binary</groupId>
<artifactId>siddhi-map-binary-parent</artifactId>
<version>2.1.1</version>
</dependency>
Choose a version of io.siddhi.extension.map.binary : siddhi-map-binary-parent to add to Maven - Latest Versions:
POM as dependency in dependencyManagement
<dependency>
<groupId>io.siddhi.extension.map.binary</groupId>
<artifactId>siddhi-map-binary-parent</artifactId>
<version>2.1.1</version>
</dependency>
Advertisement