| Categories | CategoriesIDE Development Tools | 
|---|---|
| GroupId | GroupIdorg.wso2.is | 
| ArtifactId | ArtifactIdidentity-features | 
| Version | Version5.4.0-alpha10 | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| identity-features-5.4.0-alpha10.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.4.0-alpha10</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.wso2.is/identity-features/
implementation 'org.wso2.is:identity-features:5.4.0-alpha10'// https://jarcasting.com/artifacts/org.wso2.is/identity-features/
implementation ("org.wso2.is:identity-features:5.4.0-alpha10")'org.wso2.is:identity-features:pom:5.4.0-alpha10'<dependency org="org.wso2.is" name="identity-features" rev="5.4.0-alpha10">
  <artifact name="identity-features" type="pom" />
</dependency>@Grapes(
@Grab(group='org.wso2.is', module='identity-features', version='5.4.0-alpha10')
)libraryDependencies += "org.wso2.is" % "identity-features" % "5.4.0-alpha10"[org.wso2.is/identity-features "5.4.0-alpha10"]