How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.haoxuer.bigworld</groupId>
<artifactId>plugs</artifactId>
<version>3.3.17-20220716</version>
</dependency>
Choose a version of com.haoxuer.bigworld : plugs to add to Maven - Latest Versions:
POM as dependency in dependencyManagement
<dependency>
<groupId>com.haoxuer.bigworld</groupId>
<artifactId>plugs</artifactId>
<version>3.3.17-20220716</version>
</dependency>