How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.codehaus.httpcache4j</groupId>
<artifactId>httpcache4j</artifactId>
<version>5.1.1</version>
</dependency>
Choose a version of org.codehaus.httpcache4j : httpcache4j to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
5.1.x |
httpcache4j-5.1.1
|
||
httpcache4j-5.1.0
|
|||
5.0.x |
httpcache4j-5.0.1
|
||
httpcache4j-5.0.0
|
|||
httpcache4j-5.0.0-M3
|
|||
httpcache4j-5.0.0-M2
|
|||
httpcache4j-5.0.0-M1
|
|||
4.2 |
httpcache4j-4.2
|
||
4.1 |
httpcache4j-4.1
|
||
4.0 |
httpcache4j-4.0
|
||
httpcache4j-4.0-RC4
|
|||
httpcache4j-4.0-RC3
|
|||
httpcache4j-4.0-RC2
|
|||
httpcache4j-4.0-RC1
|
|||
httpcache4j-4.0-M6
|
|||
httpcache4j-4.0-M5
|
|||
httpcache4j-4.0-M4
|
|||
httpcache4j-4.0-M3
|
|||
httpcache4j-4.0-M2
|
|||
httpcache4j-4.0-M1
|
|||
3.4 |
httpcache4j-3.4
|
||
3.3 |
httpcache4j-3.3
|
||
3.2 |
httpcache4j-3.2
|
||
3.1 |
httpcache4j-3.1
|
||
3.0 |
httpcache4j-3.0
|
||
2.2 |
httpcache4j-2.2
|
||
2.1.x |
httpcache4j-2.1.1
|
||
2.1 |
httpcache4j-2.1
|
||
2.0 |
httpcache4j-2.0
|
||
1.7 |
httpcache4j-1.7
|
||
1.6 |
httpcache4j-1.6
|
||
1.5.x |
httpcache4j-1.5.1
|
||
1.5 |
httpcache4j-1.5
|
||
1.1.x |
httpcache4j-1.1.1
|
||
1.1 |
httpcache4j-1.1
|
||
1.0 |
httpcache4j-1.0
|
||
httpcache4j-1.0-RC4
|
|||
httpcache4j-1.0-RC3
|
|||
httpcache4j-1.0-RC2
|
|||
httpcache4j-1.0-RC1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.codehaus.httpcache4j</groupId>
<artifactId>httpcache4j</artifactId>
<version>5.1.1</version>
</dependency>
Advertisement