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