How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.johnnei.parent</groupId>
<artifactId>thorntail</artifactId>
<version>2.7.0-1</version>
</dependency>
Choose a version of org.johnnei.parent : thorntail to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.7.x |
thorntail-2.7.0-1
|
||
2.5.x |
thorntail-2.5.0-1
|
||
2.3.x |
thorntail-2.3.0-1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.johnnei.parent</groupId>
<artifactId>thorntail</artifactId>
<version>2.7.0-1</version>
</dependency>
Advertisement