Categories |
CategoriesIDE Development Tools Configuration Application Layer Libs config |
---|---|
GroupId | GroupIdorg.wso2.carbon.identity.framework |
ArtifactId | ArtifactIdorg.wso2.carbon.identity.configuration.mgt.endpoint |
Version | Version5.18.200 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.identity.framework/org.wso2.carbon.identity.configuration.mgt.endpoint/ -->
<dependency>
<groupId>org.wso2.carbon.identity.framework</groupId>
<artifactId>org.wso2.carbon.identity.configuration.mgt.endpoint</artifactId>
<version>5.18.200</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.framework/org.wso2.carbon.identity.configuration.mgt.endpoint/
implementation 'org.wso2.carbon.identity.framework:org.wso2.carbon.identity.configuration.mgt.endpoint:5.18.200'
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.framework/org.wso2.carbon.identity.configuration.mgt.endpoint/
implementation ("org.wso2.carbon.identity.framework:org.wso2.carbon.identity.configuration.mgt.endpoint:5.18.200")
'org.wso2.carbon.identity.framework:org.wso2.carbon.identity.configuration.mgt.endpoint:war:5.18.200'
<dependency org="org.wso2.carbon.identity.framework" name="org.wso2.carbon.identity.configuration.mgt.endpoint" rev="5.18.200">
<artifact name="org.wso2.carbon.identity.configuration.mgt.endpoint" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.identity.framework', module='org.wso2.carbon.identity.configuration.mgt.endpoint', version='5.18.200')
)
libraryDependencies += "org.wso2.carbon.identity.framework" % "org.wso2.carbon.identity.configuration.mgt.endpoint" % "5.18.200"
[org.wso2.carbon.identity.framework/org.wso2.carbon.identity.configuration.mgt.endpoint "5.18.200"]