e

example

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