Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.wso2.carbon.identity |
ArtifactId | ArtifactIdapplication-authenticators |
Version | Version4.5.4 |
Type | Typepom |
Filename | Size |
---|---|
application-authenticators-4.5.4.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>4.5.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.identity/application-authenticators/
implementation 'org.wso2.carbon.identity:application-authenticators:4.5.4'
// https://jarcasting.com/artifacts/org.wso2.carbon.identity/application-authenticators/
implementation ("org.wso2.carbon.identity:application-authenticators:4.5.4")
'org.wso2.carbon.identity:application-authenticators:pom:4.5.4'
<dependency org="org.wso2.carbon.identity" name="application-authenticators" rev="4.5.4">
<artifact name="application-authenticators" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.identity', module='application-authenticators', version='4.5.4')
)
libraryDependencies += "org.wso2.carbon.identity" % "application-authenticators" % "4.5.4"
[org.wso2.carbon.identity/application-authenticators "4.5.4"]