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