Files download
File Operation
json-ref-2.0.9.pom download
Apache Maven
<dependency>
  <groupId>org.openidentityplatform.commons</groupId>
  <artifactId>json-ref</artifactId>
  <version>2.0.9</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.openidentityplatform.commons:json-ref:2.0.9'
Gradle Kotlin
implementation("org.openidentityplatform.commons:json-ref:2.0.9")
Scala SBT
libraryDependencies += "org.openidentityplatform.commons" % "json-ref" % "2.0.9"
Groovy Grape
@Grapes(
  @Grab(group='org.openidentityplatform.commons', module='json-ref', version='2.0.9')
)
Apache Ivy
<dependency org="org.openidentityplatform.commons" name="json-ref" rev="2.0.9" />
Leiningen
[org.openidentityplatform.commons/json-ref "2.0.9"]
Apache Buildr
'org.openidentityplatform.commons:json-ref:jar:2.0.9'