j

json

Json configuration of the self service framework.
文件下载
文件名 操作
json-2.0.13.jar 下载
json-2.0.13.pom 下载
json-2.0.13-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.openidentityplatform.commons.selfservice</groupId>
  <artifactId>json</artifactId>
  <version>2.0.13</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.openidentityplatform.commons.selfservice:json:2.0.13'
Gradle Kotlin
implementation("org.openidentityplatform.commons.selfservice:json:2.0.13")
Scala SBT
libraryDependencies += "org.openidentityplatform.commons.selfservice" % "json" % "2.0.13"
Groovy Grape
@Grapes(
  @Grab(group='org.openidentityplatform.commons.selfservice', module='json', version='2.0.13')
)
Apache Ivy
<dependency org="org.openidentityplatform.commons.selfservice" name="json" rev="2.0.13" />
Leiningen
[org.openidentityplatform.commons.selfservice/json "2.0.13"]
Apache Buildr
'org.openidentityplatform.commons.selfservice:json:jar:2.0.13'