Identity Framework on C5 [PoC]
This repo contains the Proof of Concept implementation of the Identity Framework on Carbon 5.
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииIDE Инструменты разработки |
| Группа | Группаorg.wso2.carbon.identity.gateway |
| Идентификатор | Идентификаторcarbon-identity-gateway-samples |
| Последняя версия | Последняя версия0.1.8 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеWSO2 Carbon Gateway - Tests Artifacts
WSO2 is an open source application development software company focused on providing service-oriented
architecture solutions for professional developers.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| carbon-identity-gateway-samples-0.1.8.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.identity.gateway/carbon-identity-gateway-samples/ -->
<dependency>
<groupId>org.wso2.carbon.identity.gateway</groupId>
<artifactId>carbon-identity-gateway-samples</artifactId>
<version>0.1.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.gateway/carbon-identity-gateway-samples/
implementation 'org.wso2.carbon.identity.gateway:carbon-identity-gateway-samples:0.1.8'
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.gateway/carbon-identity-gateway-samples/
implementation ("org.wso2.carbon.identity.gateway:carbon-identity-gateway-samples:0.1.8")
'org.wso2.carbon.identity.gateway:carbon-identity-gateway-samples:pom:0.1.8'
<dependency org="org.wso2.carbon.identity.gateway" name="carbon-identity-gateway-samples" rev="0.1.8">
<artifact name="carbon-identity-gateway-samples" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.identity.gateway', module='carbon-identity-gateway-samples', version='0.1.8')
)
libraryDependencies += "org.wso2.carbon.identity.gateway" % "carbon-identity-gateway-samples" % "0.1.8"
[org.wso2.carbon.identity.gateway/carbon-identity-gateway-samples "0.1.8"]
This repo contains the Proof of Concept implementation of the Identity Framework on Carbon 5.