How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.openidentityplatform.commons</groupId>
<artifactId>http-framework</artifactId>
<version>2.0.18</version>
</dependency>
Choose a version of org.openidentityplatform.commons : http-framework to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0.x |
http-framework-2.0.18
|
||
http-framework-2.0.17
|
|||
http-framework-2.0.16
|
|||
http-framework-2.0.15
|
|||
http-framework-2.0.14
|
|||
http-framework-2.0.13
|
|||
http-framework-2.0.12
|
|||
http-framework-2.0.11
|
|||
http-framework-2.0.10
|
|||
http-framework-2.0.9
|
|||
http-framework-2.0.8
|
|||
http-framework-2.0.7
|
|||
servlet |
http-framework-servlet
|
||
oauth2 |
http-framework-oauth2
|
||
grizzly |
http-framework-grizzly
|
||
examples |
http-framework-examples
|
||
core |
http-framework-core
|
||
client |
http-framework-client-apache-sync
|
||
http-framework-client-apache-common
|
|||
http-framework-client-apache-async
|
|||
binding |
http-framework-binding-test-utils
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.openidentityplatform.commons</groupId>
<artifactId>http-framework</artifactId>
<version>2.0.18</version>
</dependency>
Advertisement