How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apithefire</groupId>
<artifactId>apithefire</artifactId>
<version>0.1.2</version>
</dependency>
Choose a version of org.apithefire : apithefire to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.1.x |
apithefire-0.1.2
|
||
apithefire-0.1.1
|
|||
apithefire-0.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apithefire</groupId>
<artifactId>apithefire</artifactId>
<version>0.1.2</version>
</dependency>
Advertisement