Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.wso2.carbon.identity.governance |
ArtifactId | ArtifactIdorg.wso2.carbon.identity.user.endpoint |
Version | Version1.4.16 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.identity.governance/org.wso2.carbon.identity.user.endpoint/ -->
<dependency>
<groupId>org.wso2.carbon.identity.governance</groupId>
<artifactId>org.wso2.carbon.identity.user.endpoint</artifactId>
<version>1.4.16</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.governance/org.wso2.carbon.identity.user.endpoint/
implementation 'org.wso2.carbon.identity.governance:org.wso2.carbon.identity.user.endpoint:1.4.16'
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.governance/org.wso2.carbon.identity.user.endpoint/
implementation ("org.wso2.carbon.identity.governance:org.wso2.carbon.identity.user.endpoint:1.4.16")
'org.wso2.carbon.identity.governance:org.wso2.carbon.identity.user.endpoint:war:1.4.16'
<dependency org="org.wso2.carbon.identity.governance" name="org.wso2.carbon.identity.user.endpoint" rev="1.4.16">
<artifact name="org.wso2.carbon.identity.user.endpoint" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.identity.governance', module='org.wso2.carbon.identity.user.endpoint', version='1.4.16')
)
libraryDependencies += "org.wso2.carbon.identity.governance" % "org.wso2.carbon.identity.user.endpoint" % "1.4.16"
[org.wso2.carbon.identity.governance/org.wso2.carbon.identity.user.endpoint "1.4.16"]