Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.wso2.carbon.identity |
ArtifactId | ArtifactIdidentity-userstore-remote |
Version | Version5.1.0 |
Type | Typepom |
Filename | Size |
---|---|
identity-userstore-remote-5.1.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.identity/identity-userstore-remote/ -->
<dependency>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>identity-userstore-remote</artifactId>
<version>5.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.identity/identity-userstore-remote/
implementation 'org.wso2.carbon.identity:identity-userstore-remote:5.1.0'
// https://jarcasting.com/artifacts/org.wso2.carbon.identity/identity-userstore-remote/
implementation ("org.wso2.carbon.identity:identity-userstore-remote:5.1.0")
'org.wso2.carbon.identity:identity-userstore-remote:pom:5.1.0'
<dependency org="org.wso2.carbon.identity" name="identity-userstore-remote" rev="5.1.0">
<artifact name="identity-userstore-remote" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.identity', module='identity-userstore-remote', version='5.1.0')
)
libraryDependencies += "org.wso2.carbon.identity" % "identity-userstore-remote" % "5.1.0"
[org.wso2.carbon.identity/identity-userstore-remote "5.1.0"]