How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.blazingcache</groupId>
<artifactId>blazingcache</artifactId>
<version>3.1.0</version>
</dependency>
Choose a version of org.blazingcache : blazingcache to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.1.x |
blazingcache-3.1.0
|
||
3.0.x |
blazingcache-3.0.0
|
||
2.7.x |
blazingcache-2.7.0
|
||
2.6.x |
blazingcache-2.6.0
|
||
2.5.x |
blazingcache-2.5.0
|
||
2.4.x |
blazingcache-2.4.0
|
||
2.3.x |
blazingcache-2.3.0
|
||
2.2.x |
blazingcache-2.2.0
|
||
2.1.x |
blazingcache-2.1.0
|
||
1.13.x |
blazingcache-1.13.0
|
||
1.12.x |
blazingcache-1.12.0
|
||
1.11.x |
blazingcache-1.11.0
|
||
1.10.x |
blazingcache-1.10.0
|
||
1.9.x |
blazingcache-1.9.2
|
||
blazingcache-1.9.0
|
|||
1.8.x |
blazingcache-1.8.0
|
||
1.5.x |
blazingcache-1.5.0
|
||
1.4.x |
blazingcache-1.4.2
|
||
blazingcache-1.4.0
|
|||
1.3.x |
blazingcache-1.3.0
|
||
1.2.x |
blazingcache-1.2.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.blazingcache</groupId>
<artifactId>blazingcache</artifactId>
<version>3.1.0</version>
</dependency>
Advertisement