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