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