Categories |
CategoriesIDE Development Tools config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.wso2.carbon.identity.server.api |
ArtifactId | ArtifactIdorg.wso2.carbon.identity.api.server.configs.common |
Version | Version1.0.127 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.identity.server.api/org.wso2.carbon.identity.api.server.configs.common/ -->
<dependency>
<groupId>org.wso2.carbon.identity.server.api</groupId>
<artifactId>org.wso2.carbon.identity.api.server.configs.common</artifactId>
<version>1.0.127</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.server.api/org.wso2.carbon.identity.api.server.configs.common/
implementation 'org.wso2.carbon.identity.server.api:org.wso2.carbon.identity.api.server.configs.common:1.0.127'
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.server.api/org.wso2.carbon.identity.api.server.configs.common/
implementation ("org.wso2.carbon.identity.server.api:org.wso2.carbon.identity.api.server.configs.common:1.0.127")
'org.wso2.carbon.identity.server.api:org.wso2.carbon.identity.api.server.configs.common:jar:1.0.127'
<dependency org="org.wso2.carbon.identity.server.api" name="org.wso2.carbon.identity.api.server.configs.common" rev="1.0.127">
<artifact name="org.wso2.carbon.identity.api.server.configs.common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.identity.server.api', module='org.wso2.carbon.identity.api.server.configs.common', version='1.0.127')
)
libraryDependencies += "org.wso2.carbon.identity.server.api" % "org.wso2.carbon.identity.api.server.configs.common" % "1.0.127"
[org.wso2.carbon.identity.server.api/org.wso2.carbon.identity.api.server.configs.common "1.0.127"]