How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>tk.labyrinth.jaap</groupId>
<artifactId>jaap-parent</artifactId>
<version>0.4.3</version>
</dependency>
Choose a version of tk.labyrinth.jaap : jaap-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.4.x |
jaap-parent-0.4.3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>tk.labyrinth.jaap</groupId>
<artifactId>jaap-parent</artifactId>
<version>0.4.3</version>
</dependency>
Advertisement