j

json-resource-http

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