| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesIDE Development Tools | 
        
| GroupId | GroupIdorg.wso2.carbon.identity.outbound.auth.saml2 | 
    
| ArtifactId | ArtifactIdorg.wso2.carbon.identity.application.authenticator.samlsso.server.feature | 
    
| Last Version | Last Version5.4.1 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionSAML SSO Application Authenticator Server Feature 
            This feature contains the core bundles required for SAML SSO Application Authenticator 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.identity.outbound.auth.saml2/org.wso2.carbon.identity.application.authenticator.samlsso.server.feature/ -->
<dependency>
    <groupId>org.wso2.carbon.identity.outbound.auth.saml2</groupId>
    <artifactId>org.wso2.carbon.identity.application.authenticator.samlsso.server.feature</artifactId>
    <version>5.4.1</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.wso2.carbon.identity.outbound.auth.saml2/org.wso2.carbon.identity.application.authenticator.samlsso.server.feature/
implementation 'org.wso2.carbon.identity.outbound.auth.saml2:org.wso2.carbon.identity.application.authenticator.samlsso.server.feature:5.4.1'
                // https://jarcasting.com/artifacts/org.wso2.carbon.identity.outbound.auth.saml2/org.wso2.carbon.identity.application.authenticator.samlsso.server.feature/
implementation ("org.wso2.carbon.identity.outbound.auth.saml2:org.wso2.carbon.identity.application.authenticator.samlsso.server.feature:5.4.1")
                'org.wso2.carbon.identity.outbound.auth.saml2:org.wso2.carbon.identity.application.authenticator.samlsso.server.feature:pom:5.4.1'
                <dependency org="org.wso2.carbon.identity.outbound.auth.saml2" name="org.wso2.carbon.identity.application.authenticator.samlsso.server.feature" rev="5.4.1">
  <artifact name="org.wso2.carbon.identity.application.authenticator.samlsso.server.feature" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.wso2.carbon.identity.outbound.auth.saml2', module='org.wso2.carbon.identity.application.authenticator.samlsso.server.feature', version='5.4.1')
)
                libraryDependencies += "org.wso2.carbon.identity.outbound.auth.saml2" % "org.wso2.carbon.identity.application.authenticator.samlsso.server.feature" % "5.4.1"
                [org.wso2.carbon.identity.outbound.auth.saml2/org.wso2.carbon.identity.application.authenticator.samlsso.server.feature "5.4.1"]