j

json-resource-http

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