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