j

json

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