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