e

example

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