is not current version
Last Version 2.0.15

org.openidentityplatform.commons:http-framework 2.0.9

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.

Categories

Categories

IDE Development Tools ORM Data
GroupId

GroupId

org.openidentityplatform.commons
ArtifactId

ArtifactId

http-framework
Version

Version

2.0.9
Type

Type

pom

Download http-framework 2.0.9

Filename Size
http-framework-2.0.9.pom 3 KB
Browse

<!-- https://jarcasting.com/artifacts/org.openidentityplatform.commons/http-framework/ -->
<dependency>
    <groupId>org.openidentityplatform.commons</groupId>
    <artifactId>http-framework</artifactId>
    <version>2.0.9</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openidentityplatform.commons/http-framework/
implementation 'org.openidentityplatform.commons:http-framework:2.0.9'
// https://jarcasting.com/artifacts/org.openidentityplatform.commons/http-framework/
implementation ("org.openidentityplatform.commons:http-framework:2.0.9")
'org.openidentityplatform.commons:http-framework:pom:2.0.9'
<dependency org="org.openidentityplatform.commons" name="http-framework" rev="2.0.9">
  <artifact name="http-framework" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openidentityplatform.commons', module='http-framework', version='2.0.9')
)
libraryDependencies += "org.openidentityplatform.commons" % "http-framework" % "2.0.9"
[org.openidentityplatform.commons/http-framework "2.0.9"]