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