| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииIDE Инструменты разработки ORM Данные |
| Группа | Группаorg.openidentityplatform.commons |
| Идентификатор | Идентификаторselfservice |
| Последняя версия | Последняя версия2.0.15 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеorg.openidentityplatform.commons.selfservice
Common implementation of self service including such features as password reset and user self service.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| selfservice-2.0.15.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.openidentityplatform.commons/selfservice/ -->
<dependency>
<groupId>org.openidentityplatform.commons</groupId>
<artifactId>selfservice</artifactId>
<version>2.0.15</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openidentityplatform.commons/selfservice/
implementation 'org.openidentityplatform.commons:selfservice:2.0.15'
// https://jarcasting.com/artifacts/org.openidentityplatform.commons/selfservice/
implementation ("org.openidentityplatform.commons:selfservice:2.0.15")
'org.openidentityplatform.commons:selfservice:pom:2.0.15'
<dependency org="org.openidentityplatform.commons" name="selfservice" rev="2.0.15">
<artifact name="selfservice" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openidentityplatform.commons', module='selfservice', version='2.0.15')
)
libraryDependencies += "org.openidentityplatform.commons" % "selfservice" % "2.0.15"
[org.openidentityplatform.commons/selfservice "2.0.15"]