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