License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdorg.wso2.carbon.identity |
ArtifactId | ArtifactIdauthentication-framework |
Last Version | Last Version5.5.0-m4 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionWSO2 Carbon - Authentication Framework Aggregator Module
This is a Carbon bundle that represent the Authentication Framework Aggregator module.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
authentication-framework-5.5.0-m4.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.identity/authentication-framework/ -->
<dependency>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>authentication-framework</artifactId>
<version>5.5.0-m4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.identity/authentication-framework/
implementation 'org.wso2.carbon.identity:authentication-framework:5.5.0-m4'
// https://jarcasting.com/artifacts/org.wso2.carbon.identity/authentication-framework/
implementation ("org.wso2.carbon.identity:authentication-framework:5.5.0-m4")
'org.wso2.carbon.identity:authentication-framework:pom:5.5.0-m4'
<dependency org="org.wso2.carbon.identity" name="authentication-framework" rev="5.5.0-m4">
<artifact name="authentication-framework" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.identity', module='authentication-framework', version='5.5.0-m4')
)
libraryDependencies += "org.wso2.carbon.identity" % "authentication-framework" % "5.5.0-m4"
[org.wso2.carbon.identity/authentication-framework "5.5.0-m4"]