j

json

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