GroupId | GroupIdorg.wso2.carbon.commons |
---|---|
ArtifactId | ArtifactIdsystem-statistics |
Version | Version4.5.0-beta1 |
Type | Typepom |
Filename | Size |
---|---|
system-statistics-4.5.0-beta1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.commons/system-statistics/ -->
<dependency>
<groupId>org.wso2.carbon.commons</groupId>
<artifactId>system-statistics</artifactId>
<version>4.5.0-beta1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.commons/system-statistics/
implementation 'org.wso2.carbon.commons:system-statistics:4.5.0-beta1'
// https://jarcasting.com/artifacts/org.wso2.carbon.commons/system-statistics/
implementation ("org.wso2.carbon.commons:system-statistics:4.5.0-beta1")
'org.wso2.carbon.commons:system-statistics:pom:4.5.0-beta1'
<dependency org="org.wso2.carbon.commons" name="system-statistics" rev="4.5.0-beta1">
<artifact name="system-statistics" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.commons', module='system-statistics', version='4.5.0-beta1')
)
libraryDependencies += "org.wso2.carbon.commons" % "system-statistics" % "4.5.0-beta1"
[org.wso2.carbon.commons/system-statistics "4.5.0-beta1"]