Identity Framework on C5 [PoC]
This repo contains the Proof of Concept implementation of the Identity Framework on Carbon 5.
License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdorg.wso2.carbon.identity.gateway |
ArtifactId | ArtifactIdcarbon-identity-gateway-samples |
Last Version | Last Version0.1.8 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionWSO2 Carbon Gateway - Tests Artifacts
WSO2 is an open source application development software company focused on providing service-oriented
architecture solutions for professional developers.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
carbon-identity-gateway-samples-0.1.8.pom | 1 KB |
Browse |
<!-- 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.