How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.mizool.jcache</groupId>
<artifactId>cache-annotations-ri</artifactId>
<version>0.6</version>
</dependency>
Choose a version of com.github.mizool.jcache : cache-annotations-ri to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.6 |
cache-annotations-ri-0.6
|
||
0.5 |
cache-annotations-ri-0.5
|
||
0.4 |
cache-annotations-ri-0.4
|
||
0.3 |
cache-annotations-ri-0.3
|
||
0.1 |
cache-annotations-ri-0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.mizool.jcache</groupId>
<artifactId>cache-annotations-ri</artifactId>
<version>0.6</version>
</dependency>
Advertisement