c

core

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