How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.thing4</groupId>
<artifactId>thing4-parent</artifactId>
<version>3.0.0-alpha-1</version>
</dependency>
Choose a version of org.thing4 : thing4-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.0.x |
thing4-parent-3.0.0-alpha-1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.thing4</groupId>
<artifactId>thing4-parent</artifactId>
<version>3.0.0-alpha-1</version>
</dependency>
Advertisement