j

json-resource-http

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