How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.jomc.build</groupId>
<artifactId>jdk15-jpa10-signature</artifactId>
<version>1.10</version>
</dependency>
Choose a version of org.jomc.build : jdk15-jpa10-signature to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.10 |
jdk15-jpa10-signature-1.10
|
||
1.9 |
jdk15-jpa10-signature-1.9
|
||
1.8 |
jdk15-jpa10-signature-1.8
|
||
1.7 |
jdk15-jpa10-signature-1.7
|
||
1.6 |
jdk15-jpa10-signature-1.6
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.jomc.build</groupId>
<artifactId>jdk15-jpa10-signature</artifactId>
<version>1.10</version>
</dependency>
Advertisement