j

json

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