License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdorg.wso2.carbon.identity.server.api |
ArtifactId | ArtifactIdorg.wso2.carbon.identity.api.server.userstore |
Version | Version1.0.278 |
Type | Typepom |
Description |
Description |
Project Organization |
Project Organization |
Filename | Size |
---|---|
org.wso2.carbon.identity.api.server.userstore-1.0.278.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.278</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.278'
// 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.278")
'org.wso2.carbon.identity.server.api:org.wso2.carbon.identity.api.server.userstore:pom:1.0.278'
<dependency org="org.wso2.carbon.identity.server.api" name="org.wso2.carbon.identity.api.server.userstore" rev="1.0.278">
<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.278')
)
libraryDependencies += "org.wso2.carbon.identity.server.api" % "org.wso2.carbon.identity.api.server.userstore" % "1.0.278"
[org.wso2.carbon.identity.server.api/org.wso2.carbon.identity.api.server.userstore "1.0.278"]