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