MVN

org.openidentityplatform.commons : http-framework

Maven & Gradle

Jul 20, 2023
5 stars

org.openidentityplatform.commons.http-framework · The HTTP framework provides a uniform client/server HTTP API, which is script friendly, and includes adapters for various common HTTP libraries such as Servlet, Apache HTTP Clients, and Grizzly.

<dependency>
    <groupId>org.openidentityplatform.commons</groupId>
    <artifactId>http-framework</artifactId>
    <version>2.0.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openidentityplatform.commons : http-framework to add to Maven - Latest Versions:

  • Latest Stable: 2.0.18

All Versions

Choose a version of org.openidentityplatform.commons : http-framework to add to Maven - All 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

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>