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