c

core

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