How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.devocative.thallo</groupId>
<artifactId>thallo-parent</artifactId>
<version>1.3</version>
</dependency>
Choose a version of org.devocative.thallo : thallo-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.3 |
thallo-parent-1.3
|
||
1.2 |
thallo-parent-1.2
|
||
1.1 |
thallo-parent-1.1
|
||
1.0 |
thallo-parent-1.0
|
||
0.2 |
thallo-parent-0.2
|
||
0.1 |
thallo-parent-0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.devocative.thallo</groupId>
<artifactId>thallo-parent</artifactId>
<version>1.3</version>
</dependency>
Advertisement