| License | License | 
|---|---|
| Categories | CategoriesIDE Development Tools | 
| GroupId | GroupIdorg.wso2.carbon.identity.inbound.provisioning.scim2 | 
| ArtifactId | ArtifactIdorg.wso2.carbon.identity.scim2.provider | 
| Last Version | Last Version1.6.1 | 
| Release Date | Release Date | 
| Type | Typewar | 
| Description | DescriptionWSO2 Carbon - SCIM 2.0 - Service Provider Component SCIM 2.0 Implementation for C4 | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.identity.inbound.provisioning.scim2/org.wso2.carbon.identity.scim2.provider/ -->
<dependency>
    <groupId>org.wso2.carbon.identity.inbound.provisioning.scim2</groupId>
    <artifactId>org.wso2.carbon.identity.scim2.provider</artifactId>
    <version>1.6.1</version>
    <type>war</type>
</dependency>// https://jarcasting.com/artifacts/org.wso2.carbon.identity.inbound.provisioning.scim2/org.wso2.carbon.identity.scim2.provider/
implementation 'org.wso2.carbon.identity.inbound.provisioning.scim2:org.wso2.carbon.identity.scim2.provider:1.6.1'// https://jarcasting.com/artifacts/org.wso2.carbon.identity.inbound.provisioning.scim2/org.wso2.carbon.identity.scim2.provider/
implementation ("org.wso2.carbon.identity.inbound.provisioning.scim2:org.wso2.carbon.identity.scim2.provider:1.6.1")'org.wso2.carbon.identity.inbound.provisioning.scim2:org.wso2.carbon.identity.scim2.provider:war:1.6.1'<dependency org="org.wso2.carbon.identity.inbound.provisioning.scim2" name="org.wso2.carbon.identity.scim2.provider" rev="1.6.1">
  <artifact name="org.wso2.carbon.identity.scim2.provider" type="war" />
</dependency>@Grapes(
@Grab(group='org.wso2.carbon.identity.inbound.provisioning.scim2', module='org.wso2.carbon.identity.scim2.provider', version='1.6.1')
)libraryDependencies += "org.wso2.carbon.identity.inbound.provisioning.scim2" % "org.wso2.carbon.identity.scim2.provider" % "1.6.1"[org.wso2.carbon.identity.inbound.provisioning.scim2/org.wso2.carbon.identity.scim2.provider "1.6.1"]