How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.ap4k</groupId>
<artifactId>annotations</artifactId>
<version>0.5.0</version>
</dependency>
Choose a version of io.ap4k : annotations to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.5.x |
annotations-0.5.0
|
||
0.4.x |
annotations-0.4.4
|
||
annotations-0.4.3
|
|||
annotations-0.4.2
|
|||
annotations-0.4.1
|
|||
annotations-0.4.0
|
|||
0.3.x |
annotations-0.3.5
|
||
annotations-0.3.4
|
|||
annotations-0.3.3
|
|||
annotations-0.3.2
|
|||
annotations-0.3.1
|
|||
annotations-0.3.0
|
|||
0.2.x |
annotations-0.2.3
|
||
annotations-0.2.2
|
|||
annotations-0.2.1
|
|||
annotations-0.2.0
|
|||
0.1.x |
annotations-0.1.6
|
||
annotations-0.1.5
|
|||
annotations-0.1.4
|
|||
annotations-0.1.3
|
|||
annotations-0.1.2
|
|||
annotations-0.1.1
|
|||
annotations-0.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.ap4k</groupId>
<artifactId>annotations</artifactId>
<version>0.5.0</version>
</dependency>
Advertisement