j

json-resource-http

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