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