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