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