License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdorg.wso2.carbon.identity |
ArtifactId | ArtifactIdapplication-authenticators |
Version | Version5.0.8 |
Type | Typepom |
Description |
DescriptionWSO2 Carbon - Application Authenticators Aggregator Module
This is a Carbon bundle that represent the pplication Authenticators Aggregator module.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
application-authenticators-5.0.8.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.identity/application-authenticators/ -->
<dependency>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>application-authenticators</artifactId>
<version>5.0.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.identity/application-authenticators/
implementation 'org.wso2.carbon.identity:application-authenticators:5.0.8'
// https://jarcasting.com/artifacts/org.wso2.carbon.identity/application-authenticators/
implementation ("org.wso2.carbon.identity:application-authenticators:5.0.8")
'org.wso2.carbon.identity:application-authenticators:pom:5.0.8'
<dependency org="org.wso2.carbon.identity" name="application-authenticators" rev="5.0.8">
<artifact name="application-authenticators" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.identity', module='application-authenticators', version='5.0.8')
)
libraryDependencies += "org.wso2.carbon.identity" % "application-authenticators" % "5.0.8"
[org.wso2.carbon.identity/application-authenticators "5.0.8"]