| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииIDE Инструменты разработки |
| Группа | Группаorg.wso2.is |
| Идентификатор | Идентификаторidentity-profile-gen |
| Версия | Версия5.12.0-m35 |
| Тип | Типpom |
| Описание |
ОписаниеWSO2 IS - IS Profile Generation
WSO2 Identity Server
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| identity-profile-gen-5.12.0-m35.pom | 143 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.wso2.is/identity-profile-gen/ -->
<dependency>
<groupId>org.wso2.is</groupId>
<artifactId>identity-profile-gen</artifactId>
<version>5.12.0-m35</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.is/identity-profile-gen/
implementation 'org.wso2.is:identity-profile-gen:5.12.0-m35'
// https://jarcasting.com/artifacts/org.wso2.is/identity-profile-gen/
implementation ("org.wso2.is:identity-profile-gen:5.12.0-m35")
'org.wso2.is:identity-profile-gen:pom:5.12.0-m35'
<dependency org="org.wso2.is" name="identity-profile-gen" rev="5.12.0-m35">
<artifact name="identity-profile-gen" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.is', module='identity-profile-gen', version='5.12.0-m35')
)
libraryDependencies += "org.wso2.is" % "identity-profile-gen" % "5.12.0-m35"
[org.wso2.is/identity-profile-gen "5.12.0-m35"]