How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.overturetool.core</groupId>
<artifactId>annotations</artifactId>
<version>provided</version>
</dependency>
Choose a version of org.overturetool.core : annotations to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.0.x |
annotations-3.0.2
|
||
annotations-3.0.0
|
|||
2.7.x |
annotations-2.7.4
|
||
annotations-2.7.2
|
|||
annotations-2.7.0
|
|||
provided |
annotations-provided
|
||
examples |
annotations-examples
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.overturetool.core</groupId>
<artifactId>annotations</artifactId>
<version>provided</version>
</dependency>
Advertisement