| Categories | 
                CategoriesMonitoring Application Testing & Monitoring | 
        
|---|---|
| GroupId | GroupIdorg.wso2.ei | 
    
| ArtifactId | ArtifactIdmonitoring-dashboard-parent | 
    
| Version | Version1.1.0-beta2 | 
        
| Type | Typepom | 
    
| Filename | Size | 
|---|---|
| monitoring-dashboard-parent-1.1.0-beta2.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.1.0-beta2</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.wso2.ei/monitoring-dashboard-parent/
implementation 'org.wso2.ei:monitoring-dashboard-parent:1.1.0-beta2'
                // https://jarcasting.com/artifacts/org.wso2.ei/monitoring-dashboard-parent/
implementation ("org.wso2.ei:monitoring-dashboard-parent:1.1.0-beta2")
                'org.wso2.ei:monitoring-dashboard-parent:pom:1.1.0-beta2'
                <dependency org="org.wso2.ei" name="monitoring-dashboard-parent" rev="1.1.0-beta2">
  <artifact name="monitoring-dashboard-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.wso2.ei', module='monitoring-dashboard-parent', version='1.1.0-beta2')
)
                libraryDependencies += "org.wso2.ei" % "monitoring-dashboard-parent" % "1.1.0-beta2"
                [org.wso2.ei/monitoring-dashboard-parent "1.1.0-beta2"]