| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesIDE Development Tools | 
        
| GroupId | GroupIdorg.wso2.carbon.identity.inbound.auth.saml2 | 
    
| ArtifactId | ArtifactIdorg.wso2.carbon.identity.sso.saml.server.feature | 
    
| Last Version | Last Version5.9.2 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionIdentity SAML Single Sign-on Server Feature 
            This feature contains the core bundles required for Back-end SAML2.0 based Single
        Sign-on functionality 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.identity.inbound.auth.saml2/org.wso2.carbon.identity.sso.saml.server.feature/ -->
<dependency>
    <groupId>org.wso2.carbon.identity.inbound.auth.saml2</groupId>
    <artifactId>org.wso2.carbon.identity.sso.saml.server.feature</artifactId>
    <version>5.9.2</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.wso2.carbon.identity.inbound.auth.saml2/org.wso2.carbon.identity.sso.saml.server.feature/
implementation 'org.wso2.carbon.identity.inbound.auth.saml2:org.wso2.carbon.identity.sso.saml.server.feature:5.9.2'
                // https://jarcasting.com/artifacts/org.wso2.carbon.identity.inbound.auth.saml2/org.wso2.carbon.identity.sso.saml.server.feature/
implementation ("org.wso2.carbon.identity.inbound.auth.saml2:org.wso2.carbon.identity.sso.saml.server.feature:5.9.2")
                'org.wso2.carbon.identity.inbound.auth.saml2:org.wso2.carbon.identity.sso.saml.server.feature:pom:5.9.2'
                <dependency org="org.wso2.carbon.identity.inbound.auth.saml2" name="org.wso2.carbon.identity.sso.saml.server.feature" rev="5.9.2">
  <artifact name="org.wso2.carbon.identity.sso.saml.server.feature" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.wso2.carbon.identity.inbound.auth.saml2', module='org.wso2.carbon.identity.sso.saml.server.feature', version='5.9.2')
)
                libraryDependencies += "org.wso2.carbon.identity.inbound.auth.saml2" % "org.wso2.carbon.identity.sso.saml.server.feature" % "5.9.2"
                [org.wso2.carbon.identity.inbound.auth.saml2/org.wso2.carbon.identity.sso.saml.server.feature "5.9.2"]