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