| Categories | 
                CategoriesIDE Development Tools | 
        
|---|---|
| GroupId | GroupIdorg.wso2.is | 
    
| ArtifactId | ArtifactIdwso2is-identity-authenticators | 
    
| Version | Version5.4.0-update6 | 
        
| Type | Typepom | 
    
| Filename | Size | 
|---|---|
| wso2is-identity-authenticators-5.4.0-update6.pom | 5 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.wso2.is/wso2is-identity-authenticators/ -->
<dependency>
    <groupId>org.wso2.is</groupId>
    <artifactId>wso2is-identity-authenticators</artifactId>
    <version>5.4.0-update6</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.wso2.is/wso2is-identity-authenticators/
implementation 'org.wso2.is:wso2is-identity-authenticators:5.4.0-update6'
                // https://jarcasting.com/artifacts/org.wso2.is/wso2is-identity-authenticators/
implementation ("org.wso2.is:wso2is-identity-authenticators:5.4.0-update6")
                'org.wso2.is:wso2is-identity-authenticators:pom:5.4.0-update6'
                <dependency org="org.wso2.is" name="wso2is-identity-authenticators" rev="5.4.0-update6">
  <artifact name="wso2is-identity-authenticators" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.wso2.is', module='wso2is-identity-authenticators', version='5.4.0-update6')
)
                libraryDependencies += "org.wso2.is" % "wso2is-identity-authenticators" % "5.4.0-update6"
                [org.wso2.is/wso2is-identity-authenticators "5.4.0-update6"]