Last Version

org.openidentityplatform.commons.http-framework.examples 2.0.15

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.

License

License

Categories

Categories

IDE Development Tools ORM Data
GroupId

GroupId

org.openidentityplatform.commons.http-framework
ArtifactId

ArtifactId

examples
Version

Version

2.0.15
Type

Type

pom
Description

Description

org.openidentityplatform.commons.http-framework.examples
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.
Project Organization

Project Organization

Open Identity Platform Community

Download examples 2.0.15

Filename Size
examples-2.0.15.pom 1 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • servlet-example
  • descriptor-example