| Categories | 
                CategoriesMonitoring Application Testing & Monitoring | 
        
|---|---|
| GroupId | GroupIdorg.wso2.ei | 
    
| ArtifactId | ArtifactIdmonitoring-dashboard-parent | 
    
| Version | Version1.2.0-alpha | 
        
| Type | Typepom | 
    
| Filename | Size | 
|---|---|
| monitoring-dashboard-parent-1.2.0-alpha.pom | 12 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.wso2.ei/monitoring-dashboard-parent/ -->
<dependency>
    <groupId>org.wso2.ei</groupId>
    <artifactId>monitoring-dashboard-parent</artifactId>
    <version>1.2.0-alpha</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.wso2.ei/monitoring-dashboard-parent/
implementation 'org.wso2.ei:monitoring-dashboard-parent:1.2.0-alpha'
                // https://jarcasting.com/artifacts/org.wso2.ei/monitoring-dashboard-parent/
implementation ("org.wso2.ei:monitoring-dashboard-parent:1.2.0-alpha")
                'org.wso2.ei:monitoring-dashboard-parent:pom:1.2.0-alpha'
                <dependency org="org.wso2.ei" name="monitoring-dashboard-parent" rev="1.2.0-alpha">
  <artifact name="monitoring-dashboard-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.wso2.ei', module='monitoring-dashboard-parent', version='1.2.0-alpha')
)
                libraryDependencies += "org.wso2.ei" % "monitoring-dashboard-parent" % "1.2.0-alpha"
                [org.wso2.ei/monitoring-dashboard-parent "1.2.0-alpha"]