j

json-resource-http

Provides integration between the JSON Resource and HTTP Framework
Files download
File Operation
json-resource-http-2.0.11.jar download
json-resource-http-2.0.11.pom download
json-resource-http-2.0.11-sources.jar download
Apache Maven
<dependency>
  <groupId>org.openidentityplatform.commons</groupId>
  <artifactId>json-resource-http</artifactId>
  <version>2.0.11</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.openidentityplatform.commons:json-resource-http:2.0.11'
Gradle Kotlin
implementation("org.openidentityplatform.commons:json-resource-http:2.0.11")
Scala SBT
libraryDependencies += "org.openidentityplatform.commons" % "json-resource-http" % "2.0.11"
Groovy Grape
@Grapes(
  @Grab(group='org.openidentityplatform.commons', module='json-resource-http', version='2.0.11')
)
Apache Ivy
<dependency org="org.openidentityplatform.commons" name="json-resource-http" rev="2.0.11" />
Leiningen
[org.openidentityplatform.commons/json-resource-http "2.0.11"]
Apache Buildr
'org.openidentityplatform.commons:json-resource-http:jar:2.0.11'