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