<dependency>
<groupId>org.wso2.carbon.identity.framework</groupId>
<artifactId>org.wso2.carbon.identity.core</artifactId>
<version>7.5.4</version>
<type>bundle</type>
</dependency>
implementation 'org.wso2.carbon.identity.framework:org.wso2.carbon.identity.core:7.5.4'
implementation("org.wso2.carbon.identity.framework:org.wso2.carbon.identity.core:7.5.4")
libraryDependencies += "org.wso2.carbon.identity.framework" % "org.wso2.carbon.identity.core" % "7.5.4"
@Grapes(
@Grab(group='org.wso2.carbon.identity.framework', module='org.wso2.carbon.identity.core', version='7.5.4')
)
<dependency org="org.wso2.carbon.identity.framework" name="org.wso2.carbon.identity.core" rev="7.5.4" />
<parent> <groupId>org.wso2.carbon.identity.framework</groupId> <artifactId>identity-core</artifactId> <version>7.5.4</version> </parent>
compile
|-- org.apache.axis2.wso2:axis2
|-- org.wso2.orbit.org.opensaml:opensaml
|-- org.wso2.carbon:org.wso2.carbon.registry.core
|-- org.wso2.carbon:org.wso2.carbon.core
|-- org.wso2.carbon:org.wso2.carbon.utils
|-- org.wso2.carbon.identity.framework:org.wso2.carbon.identity.base
|-- org.wso2.carbon:org.wso2.carbon.user.core
|-- org.apache.ws.commons.axiom.wso2:axiom
|-- commons-logging:commons-logging
|-- org.ops4j.pax.logging:pax-logging-api
|-- org.wso2.securevault:org.wso2.securevault
|-- org.wso2.carbon.commons:org.wso2.carbon.tenant.common
|-- org.wso2.carbon.utils:org.wso2.carbon.database.utils
provided
|-- javax.ws.rs:javax.ws.rs-api
test