How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.agentsoz</groupId>
<artifactId>bdi-abm-integration</artifactId>
<version>3.0.0</version>
</dependency>
Choose a version of io.github.agentsoz : bdi-abm-integration to add to Maven - Latest Versions:
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.agentsoz</groupId>
<artifactId>bdi-abm-integration</artifactId>
<version>3.0.0</version>
</dependency>